Skip to content

Commit c09ed29

Browse files
authored
Update README.md
1 parent 10ae31a commit c09ed29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@
1313
## Table of Contents
1414

1515
1. CodinGame
16+
* Easy
17+
* Chuck Norris (message encoding)
1618
1. Cracking the Coding Interview
1719
* 1 TODO
1820
* 2 TODO
1921
* 3 Stacks and Queues
2022
* 3.1 [MultiStack](https://github.com/another-guy/problem-solving-ts/blob/master/src/cracking-the-coding-interview/3-stacks-and-queues/3-1-single-array-multiple-stacks.cr.md)
2123
* 4 Graphs
24+
* 4.1 Existence of path between nodes
2225
* 5 Bit Manipulation
2326
* 5.0 [Bitwise Operations Cheat Sheet](https://github.com/another-guy/problem-solving-ts/blob/master/src/cracking-the-coding-interview/5-bit-manipulation/5-0-cheat-sheet.md)
27+
* 5.1 Insert one bit sequence into another
2428
* 5.3 [Flip bit to win](https://github.com/another-guy/problem-solving-ts/blob/master/src/cracking-the-coding-interview/5-bit-manipulation/5-3-flip-to-win.cr.md)
2529
* 6 TODO
2630
* 7 TODO
2731
* 8 Recursion and Dynamic Programming
32+
* 8.1 Triple step
33+
* 8.2 Robot in a grid
2834

0 commit comments

Comments
 (0)