From 5443c2b5d1e0e6cc8d7d85f2bf3e5450399fc6ef Mon Sep 17 00:00:00 2001
From: Romain Vuillemot <romain.vuillemot@gmail.com>
Date: Mon, 9 Oct 2023 16:14:10 +0200
Subject: [PATCH] Update README.md

---
 README.md | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 23ffaa8..982339c 100644
--- a/README.md
+++ b/README.md
@@ -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/).
 
---- 
-
-πŸ“ 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)
 
 πŸ“– [Divide & conquer](https://en.wikibooks.org/wiki/Algorithms/Divide_and_Conquer)
@@ -43,33 +37,37 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
 
 πŸ“– [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)
 
----
+--- 
 
-πŸ“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:
 
-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
 
-- 
GitLab