[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
SelectionSort
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
SelectionSort
(Computer science) Selection Sort
Selection sort is an algorithm for sorting list. It uses two list. Each iteration, the highest order item is taken out of the original list and added to the second list. The algorithm is O(n2)'Selection sort' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
