Skip to content

Commit 6e38782

Browse files
committed
Add notes section to readme, minor changes
1 parent c794223 commit 6e38782

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
> Existing Python solutions can be found [officially here](https://github.com/careercup/CtCI-6th-Edition-Python/tree/e6bc732588601d0a98e5b1bc44d83644b910978d) and [user-created here](https://github.com/w-hat/ctci-solutions)
44
55
### Current progress
6-
| Nr. | Chapter | Done | Total | Ommited |
7-
|:---: |:----------------------: |:----: |:-----: |:-------: |
8-
| 1 | [Array and String](chapter_1) | 9 | 9 | | |
9-
| 2 | [Linked Lists](chapter_2) | 8 | 8 | |
10-
| 3 | [Stacks and Queues](chapter_3) | 6 | 6 | 1 |
11-
| 4 | [Trees and Graphs](chapter_4) | 12 | 12 | |
12-
| 5 | [Bit Manipulation](chapter_5) | 8 | 8 | |
13-
| 6 | [Math and Logic Puzzles](chapter_6) | 10 | 10 | 4 |
14-
| 7 | [OO Design](chapter_7) | 0 | 12 | |
15-
| 8 | [Recursion and DP](chapter_8) | 14 | 14 | |
16-
| 9 | [System Design](chapter_9) | 0 | 8 | |
17-
| 10 | [Sorting and Searching](chapter_10) | 9 | 11 | 1 |
18-
| 11 | [Testing](chapter_11) | 4 | 6 | 4 |
19-
| 12 | [C/C++](chapter_12) | 11 | 11 | 11 |
20-
| 13 | [Java](chapter_13) | 0 | 8 | |
21-
| 14 | [Databases](chapter_14) | 0 | 7 | |
22-
| 15 | [Threads and Locks](chapter_15) | 0 | 7 | |
23-
| 16 | [Moderate](chapter_16) | 26 | 26 | 1 |
24-
| 17 | [Hard](chapter_17) | 26 | 26 | |
6+
| Nr. | Chapter | Done | Total | Ommited | Notes |
7+
|:---: |:----------------------: |:----: |:-----: |:-------: | :-------: |
8+
| 1 | [Array and String](chapter_1) | 9 | 9 | | | |
9+
| 2 | [Linked Lists](chapter_2) | 8 | 8 | | |
10+
| 3 | [Stacks and Queues](chapter_3) | 6 | 6 | 1 | |
11+
| 4 | [Trees and Graphs](chapter_4) | 12 | 12 | | |
12+
| 5 | [Bit Manipulation](chapter_5) | 8 | 8 | | |
13+
| 6 | [Math and Logic Puzzles](chapter_6) | 10 | 10 | 4 | |
14+
| 7 | [OO Design](chapter_7) | 0 | 12 | | |
15+
| 8 | [Recursion and DP](chapter_8) | 14 | 14 | | |
16+
| 9 | [System Design](chapter_9) | 0 | 8 | | See [the System Design Primer](https://github.com/donnemartin/system-design-primer) |
17+
| 10 | [Sorting and Searching](chapter_10) | 9 | 11 | 1 | |
18+
| 11 | [Testing](chapter_11) | 4 | 6 | 4 | |
19+
| 12 | [C/C++](chapter_12) | 11 | 11 | 11 | |
20+
| 13 | [Java](chapter_13) | 0 | 8 | | |
21+
| 14 | [Databases](chapter_14) | 0 | 7 | | |
22+
| 15 | [Threads and Locks](chapter_15) | 0 | 7 | | |
23+
| 16 | [Moderate](chapter_16) | 26 | 26 | 1 | |
24+
| 17 | [Hard](chapter_17) | 26 | 26 | | |
2525

2626

2727
### Running the solutions

0 commit comments

Comments
 (0)