+ 1
Is it worth to learn sorting algorithms other than bubble sort, quick sort and merge sort?
1 ответ
+ 4
I think it worth to know their basic principles and their complexity, so you can use the efficiently. But it isn't necessary to learn their implementations, IMHO.