Skip to content

Commit 8520932

Browse files
committed
Update READMEs.
1 parent e27cced commit 8520932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Then just simply run the following command to test if your playground code works
5454
npm test -- -t 'playground'
5555
```
5656

57-
## Useful Information
58-
59-
### Useful links
57+
## Useful links
6058

6159
* [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
6260
* Algorithms
6361
* Dynamic Programming
6462
* [Introduction to Dynamic Programming 1](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/)
6563

64+
## Useful Information
65+
6666
### Big O Notation
6767

6868
Order of growth of algorithms specified in Big O notation.

0 commit comments

Comments
 (0)