Skip to content

Commit 8b52b92

Browse files
committed
Refactor repository
1 parent cbc13e0 commit 8b52b92

File tree

14 files changed

+337
-277
lines changed

14 files changed

+337
-277
lines changed

Notes/Graph-Theory.md

-269
This file was deleted.

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,22 @@ Below are books that I recommend reading if you are interested in learning more
2828

2929
### Getting Started
3030

31-
- [Introduction to Problem Solving](./Notes/Problem-Solving.md)
32-
- [Basic Data Structures](./Notes/Data-Structures.md)
33-
- [Bits and Subsets](./Notes/Bits-and-Subsets.md)
34-
- [Binary Search](./Notes/Binary-Search.md)
31+
- [Introduction to Problem Solving](./problem-solving)
32+
- [Basic Data Structures](./data-structures/introduction)
33+
- [Bits and Subsets](./bits-and-subsets.md)
34+
- [Binary Search](./binary-search.md)
3535

3636
### Graph Theory
3737

38-
- [Introduction to Graph Theory](./Notes/Graph-Theory.md)
39-
- [Dijkstra's Algorithm](./Notes/Dijkstras-Algorithm.md)
38+
- [Introduction to Graph Theory](./graph-theory/introduction)
39+
- [Breadth-First Search](./graph-theory/traversal/breadth-first-search)
40+
- [Depth-First Search](./graph-theory/traversal/depth-first-search)
41+
- [Dijkstra's Algorithm](./graph-theory/shortest-path/dijkstras-algorithm)
4042

4143
### Dynamic Programming
4244

43-
- [Introduction to Dynamic Programming](./Notes/Dynamic-Programming.md)
44-
- [Bitmask Dynamic Programming](./Notes/Bitmask-Dynamic-Programming.md)
45+
- [Introduction to Dynamic Programming](./dynamic-programming/introduction)
46+
- [Bitmask Dynamic Programming](./dynamic-programming/bitmask-dynamic-programming)
4547

4648
## Wish List
4749

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)