Algorithms: Difference between revisions

From Pumping Station One
No edit summary
No edit summary
Line 11: Line 11:




 
'''Insertion Sort'''
Insertion Sort (sorting algorithm for small number of elements): This Algorithm rearranges a disordered list of integers and rearranges them in natural order.
----
'''Insertion Sort''' (sorting algorithm for small number of elements): This Algorithm rearranges a disordered list of integers and rearranges them in natural order.
This algorithm is typically used for small array of elements.  
This algorithm is typically used for small array of elements.