Update READMEs.

This commit is contained in:
Oleksii Trekhleb 2018-04-12 08:49:34 +03:00
parent e27ccedf28
commit 852093265e

View File

@ -54,15 +54,15 @@ Then just simply run the following command to test if your playground code works
npm test -- -t 'playground' npm test -- -t 'playground'
``` ```
## Useful Information ## Useful links
### Useful links
* [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) * [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
* Algorithms * Algorithms
* Dynamic Programming * Dynamic Programming
* [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/)
## Useful Information
### Big O Notation ### Big O Notation
Order of growth of algorithms specified in Big O notation. Order of growth of algorithms specified in Big O notation.