Skip to content

Commit 35eb5a1

Browse files
authored
Update README.md
1 parent a4fe298 commit 35eb5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python 2 - Send-off/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The AIEP Python 2 send-off program was launched in 2022 with the goal of prepari
55
For the AIEP Python 2 send-off, I designed the curriculum for the last five sessions with the following rationale:
66
- 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.
77
- 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.
99

1010
Session | Topic
1111
-- | --

0 commit comments

Comments
 (0)