Skip to content

Commit 78d09f8

Browse files
committed
file names corrected
1 parent a0de7b1 commit 78d09f8

10 files changed

+9
-9
lines changed

docs/dynamic-programming/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ tags:
1111
## Introduction
1212
Next section is about the *Greedy Algorithms* and *Dynamic Programming*. It will be quite a generous introduction to the concepts and will be followed by some common problems.
1313

14-
- [Greedy Algorithms](./GreedyAlgorithms.md)
14+
- [Greedy Algorithms](./greedy_algorithms.md)
1515

16-
- [Dynamic Programming](./DynamicProgramming.md)
16+
- [Dynamic Programming](./dynamic_programming.md)
1717

18-
- [Common DP Problems](./CommonDPProblems.md)
18+
- [Common DP Problems](./common_dp_problems.md)
1919

20-
- [Bitmask DP](./BitmaskDP.md)
20+
- [Bitmask DP](./bitmask_dp.md)
2121

22-
- [DP on Rooted Trees](./DPonRootedTrees.md)
22+
- [DP on Rooted Trees](./dp_on_rooted_trees.md)
2323

24-
- [DP on Directed Acyclic Graphs](./DPonDirectedAcyclicGraphs.md)
24+
- [DP on Directed Acyclic Graphs](./dp_on_directed_acyclic_graphs.md)
2525

26-
- [Digit DP](./DigitDP.md)
26+
- [Digit DP](./digit_dp.md)
2727

28-
- [Walk Counting using Matrix Exponentiation](./WalkCountingwMatrix.md)
28+
- [Walk Counting using Matrix Exponentiation](./walk_counting_with_matrix.md)
2929

30-
- [Tree Child-Sibling Notation](./TreeChildSiblingNotation.md)
30+
- [Tree Child-Sibling Notation](./tree_child_sibling_notation.md)
3131

3232
## References
3333

0 commit comments

Comments
 (0)