diff --git a/README.md b/README.md index 1ee08d8e73..7e5c4509f3 100644 --- a/README.md +++ b/README.md @@ -300,3 +300,12 @@ Below is the list of some of the most used Big O notations and their performance | **Shell sort** | n log(n) | depends on gap sequence | n (log(n))2 | 1 | No | | | **Counting sort** | n + r | n + r | n + r | n + r | Yes | r - biggest number in array | | **Radix sort** | n * k | n * k | n * k | n + k | Yes | k - length of longest key | + +### Code Visualization: + +Here is a cool visualization of the code evolution + + [![Watch the video](https://img.youtube.com/vi/sQnIGCYU2F4/0.jpg)](https://www.youtube.com/watch?v=sQnIGCYU2F4) + + [https://www.youtube.com/watch?v=sQnIGCYU2F4](https://www.youtube.com/watch?v=sQnIGCYU2F4) +