Skip to content

Commit 08b5bcb

Browse files
authored
Update README.md
1 parent 6168a12 commit 08b5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python 1 - Send-off/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This session introduces the notion of algorithmic efficiency and asymptotic anal
2424
This session introduces common data structures and abstract data types: stacks, queues, trees, and graphs. Tree and graph traversal algorithms, as well as insertion and searching operations on binary search trees, are also discussed.
2525

2626
### Session 8
27-
This session introduces three algorithm design paradigms: divide and conquer, greedy algorithm, and dynamic programming. Representative examples, such as mergesort, Prim's algorithm for minimum spanning trees, and getting the longest common subsequence, are also discussed.
27+
This session introduces three algorithm design paradigms: divide and conquer, greedy algorithm, and dynamic programming. Representative examples, such as mergesort, Prim's algorithm for minimum spanning trees, and longest common subsequence, are also discussed.
2828

2929
### Sessions 9 and 10
3030
These sessions expose the trainees to an assortment of programming challenges of varying difficulty, including problems from the Association for Computing Machinery – International Collegiate Programming Contest (ACM-ICPC).

0 commit comments

Comments
 (0)