You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python 2 - Send-off/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The AIEP Python 2 send-off program was launched in 2022 with the goal of prepari
5
5
For the AIEP Python 2 send-off, I designed the curriculum for the last five sessions with the following rationale:
6
6
- Sessions 6 to 7 are dedicated to deepening the trainees' understanding of two algorithmic paradigms that were preliminarily introduced during the qualifying program: binary search and dynamic programming. The bisection method (an extension of binary search to continuous search spaces) is also discussed.
7
7
- Sessions 8 to 9 introduce two new efficient data structures: priority queues and disjoint-set data structures.
8
-
- Session 10 aims to send the trainees off with a real-world application of informatics: unearthing patterns across items in large datasets via association rule mining.
8
+
- Session 10 offers the trainees some insights on real-world applications of informatics, particularly related to unearthing patterns across items in large datasets via association rule mining.
0 commit comments