farid-moradi / selected-grokking-algorithm-codes

Some algorithms from 'Grokking Algorithm' by Aditya Y. Bhargava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For quicksort I didn't use the proposed algorithm by the book. Instead, I used the primary slice for future calls. Quicksort with random pivot got really messy, because I didn't use the shorter and bigger slices. Making it better would be nice!

About

Some algorithms from 'Grokking Algorithm' by Aditya Y. Bhargava

License:GNU General Public License v3.0


Languages

Language:Go 100.0%