forked from hivert/CombiFIIL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
33 lines (33 loc) · 2.46 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<h1 id="comptage-et-enumeration-de-structures-de-donnees-algorithmes-efficaces-et-implantations-optimisees">Comptage et énumération de structures de données: Algorithmes efficaces et implantations optimisées</h1>
<p>Cours du parcours <a href="http://www.u-psud.fr/fr/formations/diplomes/masters/informatique/parcours-fondements-de-l-informatique-et-ingenierie-du-logiciel.html">Fondements de l'Informatique et Ingénierie du<br />
Logiciel</a> du Master 2 d'informatique de l'université Paris-Sud</p>
<p>⚠️ Cette page ainsi que le cours sont en construction ⚠️</p>
<h2 id="contenu">Contenu</h2>
<ul>
<li>Le <a href="https://github.com/hivert/CombiFIIL/raw/master/Cours/00-present.pdf">chapitre</a> d'introduction</li>
<li>Les notes de cours du chapitre 1 : <a href="https://github.com/hivert/CombiFIIL/raw/master/Cours/01-combgen.pdf">Algorithmes combinatoires</a></li>
<li>Les notes de cours du chapitre 2 : <a href="https://github.com/hivert/CombiFIIL/raw/master/Cours/02-gram.pdf">Grammaires de descriptions d'objets</a></li>
<li><p>Les notes de cours du chapitre 3 : <a href="https://github.com/hivert/CombiFIIL/raw/master/Cours/03-Gray.pdf">Code de Gray combinatoires</a></p></li>
<li>Les <a href="https://github.com/hivert/CombiFIIL/tree/master/Progs">📁 programmes</a> écrits en cours</li>
<li>Les <a href="https://github.com/hivert/CombiFIIL/tree/master/TP">📁 sujets et programmes</a> pour les travaux pratiques</li>
<li><p>Le <a href="https://github.com/hivert/CombiFIIL/raw/master/SujetProjet/projet.pdf">sujet du projet</a></p></li>
</ul>
<h2 id="livres-de-reference">Livres de référence</h2>
<ul>
<li><a href="http://www.1stworks.com/ref/RuskeyCombGen.pdf">Combinatorial Generation</a> par Frank Ruskey (2003) non publié</li>
<li><a href="http://www.math.upenn.edu/~wilf/website/CombinatorialAlgorithms.pdf">Combinatorial Algorithms</a> for computer and calculators par Albert Nijenhuis et Herbert S. Wilf, Academic Press (1978).</li>
</ul>
<h2 id="auteurs">Auteurs</h2>
<p>Florent Hivert (cours) et Viviane Pons (T.P.)</p>
</body>
</html>