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

Update README.md

parent 5b79775a
Branches
No related tags found
No related merge requests found
...@@ -25,12 +25,6 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -25,12 +25,6 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
📖 [Think Python](pdf/thinkpython2.pdf) chapter 11 (lists), chapter 12 (tuples), [Python for Everybody](pdf/pythonlearn.pdf) chapter 8 (lists) and Real Python [lists](https://realpython.com/python-list/) and [sorts](https://realpython.com/sorting-algorithms-python/). 📖 [Think Python](pdf/thinkpython2.pdf) chapter 11 (lists), chapter 12 (tuples), [Python for Everybody](pdf/pythonlearn.pdf) chapter 8 (lists) and Real Python [lists](https://realpython.com/python-list/) and [sorts](https://realpython.com/sorting-algorithms-python/).
---
📝 Assignment 1 - Analyzing a simple dataset
---
### Lecture 4 - **Programming strategies: divide and conquer** | [notebook](04-) | [slides](03-lists-search-sort-slides.pdf) | [exercices](03-lists-search-sort-exercises.ipynb) ### 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) 📖 [Divide & conquer](https://en.wikibooks.org/wiki/Algorithms/Divide_and_Conquer)
...@@ -43,33 +37,37 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -43,33 +37,37 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
📖 [Dynamic programing](https://en.wikibooks.org/wiki/Algorithms/Dynamic_Programming) 📖 [Dynamic programing](https://en.wikibooks.org/wiki/Algorithms/Dynamic_Programming)
### Lecture 7 - **Trees** ### Lecture 7 - **Stacks and queues**
📖 [Problem Solving with Algorithms](pdf/problemsolving.pdf) chapter 6 (trees and tree algorithms) 📖 [Problem Solving with Algorithms](pdf/problemsolving.pdf) chapter 6 (trees and tree algorithms)
--- ---
📝Assignment 2 - Solving a problem with dynamic programming 📝 Assignment 1 - Analyzing a simple dataset
--- ---
### Lecture 8 - **Trees**
📖 [Problem Solving with Algorithms](pdf/problemsolving.pdf) chapter 6 (trees and tree algorithms)
Next topics: Next topics:
1. **Stacks and queues**
2. **Advanced data structures** 1. **Advanced data structures**
3. **Hashing** 2. **Hashing**
4. **Tree algorithms** 3. **Tree algorithms**
5. **Binary and n-trees** 4. **Binary and n-trees**
6. **Graphs** 5. **Graphs**
7. **Graphs algorithms** 6. **Graphs algorithms**
8. **Graphs shortest path algorithm** 7. **Graphs shortest path algorithm**
## Books and ressources ## Books and ressources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment