ObamtechNetworks / sorting_algorithms

A collaborative project about learning the different kinds of the sorting algorithms, Big O notation, time and space complexities and how to implement them
1 stars 0 forks source link

4. Shell sort - Knuth Sequence #7

Closed johnlivingprooff closed 10 months ago

johnlivingprooff commented 10 months ago

Hey! I've implemented the knuth sequence sort, please review it.

Feel free to make changes where necessary 👨🏾‍💻

johnlivingprooff commented 10 months ago

You can delete the branch after merge @ObamtechNetworks

ObamtechNetworks commented 10 months ago

Alright let's go!, Let's see what the checker has to say