Skip to content

Commit 5b323db

Browse files
authored
Update README.md
1 parent 7535558 commit 5b323db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
* 1 TODO
2020
* 2 TODO
2121
* 3 Stacks and Queues
22-
* 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)
22+
* 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). [Code Review](https://codereview.stackexchange.com/questions/194051/multiple-stacks-implemented-via-a-linked-lists-on-top-of-single-fixed-size-array)
2323
* 4 Graphs
2424
* 4.1 Existence of path between nodes
2525
* 5 Bit Manipulation
2626
* 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)
2727
* 5.1 Insert one bit sequence into another
28-
* 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)
28+
* 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). [Code Review](https://codereview.stackexchange.com/questions/194733/find-the-longest-length-of-sequence-of-1-bits-achievable-by-flipping-a-single-bi)
2929
* 6 TODO
3030
* 7 TODO
3131
* 8 Recursion and Dynamic Programming
3232
* 8.1 Triple step (non-recursive)
33-
* 8.2 Robot in a grid (recursive and non-recursive)
33+
* 8.2 Robot on a grid (recursive and non-recursive). [Code Review](https://codereview.stackexchange.com/questions/194979/robot-on-a-grid-find-a-path-between-two-corners-with-forbidden-cells-on-the-roa)
34+
* 8.3 Magic index (recursive).

0 commit comments

Comments
 (0)