Skip to content

Commit e6a2d3b

Browse files
committed
update README
1 parent 0fd0d87 commit e6a2d3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ scientific performance analysis of Java implementations. Part I covers
1010
elementary data structures, sorting, and searching algorithms. Part II focuses
1111
on graph- and string-processing algorithms.
1212

13-
All my assignments have score of 100 percent, so feel free to read them if you
14-
need any inspiration.
13+
This codebase only covers the Part I. However, all my assignments have score of
14+
100 percent, so feel free to read them if you need any inspiration.
1515

1616
Assignment | Name | Score
1717
:--- | :--- | ---
@@ -21,6 +21,8 @@ Week 3 | [Collinear][w3] | 100/100
2121
Week 4 | [8 Puzzle][w4] | 100/100
2222
Week 5 | [Kd-Trees][w5] | 100/100
2323

24+
At the end, I wish you all a happy coding! :sunglasses::man_technologist:
25+
2426
[1]: https://www.coursera.org/learn/introduction-to-algorithms
2527
[w1]: http://coursera.cs.princeton.edu/algs4/assignments/percolation.html
2628
[w2]: http://coursera.cs.princeton.edu/algs4/assignments/queues.html

0 commit comments

Comments
 (0)