Skip to content
Snippets Groups Projects
Commit 5b79775a authored by Romain Vuillemot's avatar Romain Vuillemot
Browse files

updated syllabus

parent 962c208a
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,19 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
---
### Lecture 4 - **Programming strategies**
### Lecture 4 - **Programming strategies: divide and conquer** | [notebook](04-) | [slides](03-lists-search-sort-slides.pdf) | [exercices](03-lists-search-sort-exercises.ipynb)
📖 [Divide & conquer](https://en.wikibooks.org/wiki/Algorithms/Divide_and_Conquer), [dynamic programing](https://en.wikibooks.org/wiki/Algorithms/Dynamic_Programming) and [greedy algorithms](https://en.wikibooks.org/wiki/Algorithms/Greedy_Algorithms)
📖 [Divide & conquer](https://en.wikibooks.org/wiki/Algorithms/Divide_and_Conquer)
### Lecture 5 - **Trees**
### Lecture 5 - **Programming strategies: greedy algorithms**
📖 [Greedy algorithms](https://en.wikibooks.org/wiki/Algorithms/Greedy_Algorithms)
### Lecture 6 - **Programming strategies: dynamic programming**
📖 [Dynamic programing](https://en.wikibooks.org/wiki/Algorithms/Dynamic_Programming)
### Lecture 7 - **Trees**
📖 [Problem Solving with Algorithms](pdf/problemsolving.pdf) chapter 6 (trees and tree algorithms)
......@@ -53,17 +61,15 @@ Next topics:
3. **Hashing**
4. **Trees and their representation**
5. **Tree algorithms**
4. **Tree algorithms**
6. **Binary and n-trees**
5. **Binary and n-trees**
7. **Graphs**
6. **Graphs**
8. **Graphs algorithms**
7. **Graphs algorithms**
9. **Graphs shortest path algorithm**
8. **Graphs shortest path algorithm**
## Books and ressources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment