diff --git a/README.md b/README.md index 856de5ae..85e6ea07 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 3. [Stack](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/stack) 4. [Hash Table](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/hash-table) -## Algorithms +## [Algorithms](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms) ## Running Tests diff --git a/src/algorithms/README.md b/src/algorithms/README.md index df914d11..f6a8ee80 100644 --- a/src/algorithms/README.md +++ b/src/algorithms/README.md @@ -4,4 +4,4 @@ **Useful Links** -[Introduction to Dynamic Programming 1](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/) +- [Introduction to Dynamic Programming 1](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/)