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

update syllabus

parent 12e991c8
Branches
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -147,7 +147,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
### Lecture 7 - **Binary trees** ### Lecture 7 - **Binary trees**
- Data structures (arrays, adjacency lists) - Data structures (arrays, adjacency lists)
- Converting between tree representations - Convertion between tree representations
- Tree traversal techniques (preorder, inorder, postorder, level-order) - Tree traversal techniques (preorder, inorder, postorder, level-order)
<details> <details>
...@@ -159,15 +159,15 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -159,15 +159,15 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
</details> </details>
### Lab 7 - **Binary trees** ### Lab 7 - **Exercises**
--- ---
### Lecture 8 - **Trees** ### Lecture 8 - **Trees**
- Data structures (arrays, adjacency lists) - Data structures (arrays, adjacency lists)
- Converting between tree representations - Tree properties checks
- Tree traversal techniques (preorder, inorder, postorder, level-order) - Tree traversal methods (depth-first search, breadth-first search)
<details> <details>
<summary>📖 </summary> <summary>📖 </summary>
...@@ -179,8 +179,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -179,8 +179,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
</details> </details>
### Lab 8 - **Trees** ### Lab 8 - **Exercises**
--- ---
...@@ -202,7 +201,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -202,7 +201,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
</details> </details>
### Lab 9 ### Lab 9 - **Exercises**
--- ---
...@@ -219,7 +218,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -219,7 +218,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
</details> </details>
### Lab 10 ### Lab 10 - **Exercises**
--- ---
...@@ -234,12 +233,10 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr) ...@@ -234,12 +233,10 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
</details> </details>
### Lab 11 ### Lab 11 - **Exercises**
--- ---
### Exam ### Exam
- Final written exam on paper - Final written exam on paper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment