Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,12 @@ Below is the list of some of the most used Big O notations and their performance
| **Shell sort** | n&nbsp;log(n) | depends on gap sequence | n&nbsp;(log(n))<sup>2</sup> | 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)