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

syllabus updates

parent 8194b057
No related branches found
No related tags found
No related merge requests found
...@@ -19,21 +19,19 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -19,21 +19,19 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
### Lecture 2 - **Recursion** | [notebook](02-recursion.ipynb) | [slides](02-recursion-slides.pdf) | [exercices](02-recursion-exercices.ipynb) ### Lecture 2 - **Recursion** | [notebook](02-recursion.ipynb) | [slides](02-recursion-slides.pdf) | [exercices](02-recursion-exercices.ipynb)
📖 [Think Python](pdf/thinkpython2.pdf) chapter 5 (Conditionals and recursion) 📖 [Think Python](pdf/thinkpython2.pdf) chapter 5 (Conditionals and recursion) and [Real Python](https://realpython.com/python-recursion/).
### Lecture 3 - **Lists, search, sort** ### Lecture 3 - **Lists, search, sort**
📖 [Think Python](pdf/thinkpython2.pdf) chapter 11 (lists), chapter 12 (tuples) 📖 [Think Python](pdf/thinkpython2.pdf) chapter 11 (lists), chapter 12 (tuples), [Python for Everybody](pdf/pythonlearn.pdf) chapter 8 (lists) and [Real Python](https://realpython.com/python-list/).
📖 [Python for Everybody](pdf/pythonlearn.pdf) chapter 8 (lists) 📝 Assignment 1 - Analyzing a Simple Dataset
### Assignment 1 - TBD
### Lecture 4 - **Divide and conquer and greedy algorithms** ### Lecture 4 - **Divide and conquer and greedy algorithms**
### Lecture 5 - **Dynamic programming** ### Lecture 5 - **Dynamic programming**
### Assignment 2 - TBD 📝Assignment 2 - Solving a problem with dynamic programming
Next topics: Next topics:
...@@ -49,11 +47,11 @@ Next topics: ...@@ -49,11 +47,11 @@ Next topics:
6. **Binary and n-trees** 6. **Binary and n-trees**
8. **Graphs** 7. **Graphs**
9. **Graphs algorithms** 8. **Graphs algorithms**
10. **Graphs shortest path algorithm** 9. **Graphs shortest path algorithm**
## Books ## Books
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment