Order of learning sort algorithms
Posted
by
user619818
on Programmers
See other posts from Programmers
or by user619818
Published on 2012-08-15T20:45:02Z
Indexed on
2012/09/08
3:48 UTC
Read the original article
Hit count: 405
learning
|algorithms
I have already studied bubblesort, insertion sort and selection sort and can implement them in C pretty much from knowledge of the algorithm. I want to go on to learn shellsort, merge sort, heapsort and quicksort, which I guess are a lot harder to understand.
What order should I take these other sort algos? I am assuming a simpler sort algo helps learn a more complex one.
Don't mind taking on some others if it helps the learning process.
© Programmers or respective owner