Tag Archives: Strand sort

Computer Algorithms: Merge Sort

Introduction Basically sorting algorithms can be divided into two main groups. Such based on comparisons and such that are not. I already posted about some of the algorithms of the first group. Insertion sort, bubble sort and Shell sort are … Continue reading

Posted in algorithms | Tagged , , , , , , , , , , , , , , , , | 2 Comments

Computer Algorithms: Insertion Sort

Overview Sorted data can dramatically change the speed of our program, therefore sorting algorithms are something quite special in computer science. For instance searching in a sorted list is faster than searching in an unordered list. There are two main … Continue reading

Posted in algorithms, PHP | Tagged , , , , , , , , , , , , , , , , | 1 Comment