Skip to content

Commit b6cd977

Browse files
author
Chengfei
authored
Update README.md
1 parent eda2579 commit b6cd977

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ Java solutions to problems in the book Cracking the Coding Interview(6th Edition
8282
### Recursion and Dynamic Programming
8383

8484
- [Fibonacci](./src/chapter08RecursionAndDynamicProgramming/Fibonacci.java) <br />
85+
- [Magic Index](./src/chapter08RecursionAndDynamicProgramming/MagicIndex.java) <br />
86+
- [Robot In a Grid](./src/chapter08RecursionAndDynamicProgramming/RobotInAGrid.java) <br />
87+
- [Triple Steps](./src/chapter08RecursionAndDynamicProgramming/TripleSteps.java) <br />
8588

8689
### System Design and Scalability
8790

0 commit comments

Comments
 (0)