From b09c92882c0dd62f4f79861ba97b58cd213fd4cd Mon Sep 17 00:00:00 2001 From: Silvio Peroni Date: Sat, 4 Nov 2023 16:06:36 +0100 Subject: [PATCH] new cal --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index cbec325..093367c 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,7 @@ The official book of the course, C - Chapter "How To Use List Methods": section "list.insert()" - Python: [stack_from_list.py](https://comp-think.github.io/python/stack_from_list.py), [run_forever.py](https://comp-think.github.io/python/run_forever.py), [linear_search.py](https://comp-think.github.io/python/linear_search.py), [insertion_sort.py](https://comp-think.github.io/python/insertion_sort.py)
-10. [13/11/23, *lab*] 3rd Lesson - - book chapter: [HTML](https://comp-think.github.io/laboratory/chapter/03) -
-11. [15/11/23, *the*] Organising information: unordered structures +10. [13/11/23, *the*] Organising information: unordered structures - book chapter: [PDF](https://comp-think.github.io/book/07.pdf), [Google Docs](https://comp-think.github.io/book/07) - from [How To Code in Python](https://www.digitalocean.com/community/books/digitalocean-ebook-how-to-code-in-python): - Chapter "Understanding Data Types": section "Dictionaries" @@ -99,18 +96,21 @@ The official book of the course,
C - Chapter "How To Construct Classes and Define Objects": all content - Python: [set_instructions.py](https://comp-think.github.io/python/set_instructions.py), [dictionary_instructions.py](https://comp-think.github.io/python/dictionary_instructions.py)
-12. [20/11/23, *lab*] 4th Lesson - - book chapter: [HTML](https://comp-think.github.io/laboratory/chapter/04) -
-13. [22/11/23, *the*] Recursion +11. [15/11/23, *the*] Recursion - book chapter: [PDF](https://comp-think.github.io/book/08.pdf), [Google Docs](https://comp-think.github.io/book/08) - slides: [HTML](https://comp-think.github.io/2022-2023/slides/08%20-%20Recursion.html) - Python: [run_forever_recursive.py](https://comp-think.github.io/python/run_forever_recursive.py), [multiplication.py](https://comp-think.github.io/python/multiplication.py)
-15. [27/11/23, *the*] Divide and conquer algorithms +10. [20/11/23, *lab*] 3rd Lesson + - book chapter: [HTML](https://comp-think.github.io/laboratory/chapter/03) +
+15. [22/11/23, *the*] Divide and conquer algorithms - book chapter: [PDF](https://comp-think.github.io/book/09.pdf), [Google Docs](https://comp-think.github.io/book/09) - Python: [immutable_values.py](https://comp-think.github.io/python/immutable_values.py), [mutable_values.py](https://comp-think.github.io/python/mutable_values.py), [immutable_and_mutable_variables.py](https://comp-think.github.io/python/immutable_and_mutable_variables.py), [merge.py](https://comp-think.github.io/python/merge.py), [merge_sort.py](https://comp-think.github.io/python/merge_sort.py)
+12. [27/11/23, *lab*] 4th Lesson + - book chapter: [HTML](https://comp-think.github.io/laboratory/chapter/04) +
14. [29/11/23, *lab*] 5th Lesson - book chapter: [HTML](https://comp-think.github.io/laboratory/chapter/05)
@@ -153,11 +153,11 @@ The official book of the course,
C 23/10/2309:00-11:00Organising information: ordered structures 08/11/2309:00-11:00Laboratory: 2nd Lesson 10/11/2309:00-11:00Brute-force algorithms - 13/11/2309:00-11:00Laboratory: 3rd Lesson - 15/11/2309:00-11:00Organising information: unordered structures - 20/11/2309:00-11:00Laboratory: 4th Lesson - 22/11/2309:00-11:00Recursion - 27/11/2309:00-11:00Divide and conquer algorithms + 13/11/2309:00-11:00Organising information: unordered structures + 15/11/2309:00-11:00Recursion + 20/11/2309:00-11:00Laboratory: 3rd Lesson + 22/11/2309:00-11:00Divide and conquer algorithms + 27/11/2309:00-11:00Laboratory: 4th Lesson 29/11/2309:00-11:00Laboratory: 5th Lesson 04/12/2309:00-11:00Dynamic programming algorithms 06/12/2309:00-11:00Laboratory: 6th Lesson