From 852093265ec32e0a6ed028554357dfaf71dfa1d8 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 12 Apr 2018 08:49:34 +0300 Subject: [PATCH] Update READMEs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59a3a88a..688d1ff1 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,15 @@ Then just simply run the following command to test if your playground code works 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) * Algorithms * Dynamic Programming * [Introduction to Dynamic Programming 1](https://www.hackerearth.com/practice/algorithms/dynamic-programming/introduction-to-dynamic-programming-1/tutorial/) +## Useful Information + ### Big O Notation Order of growth of algorithms specified in Big O notation.