Sie haben noch keine Produkte im Warenkorb.

Selection Sort

29,90 €

0
Ihre Kundenmeinung hinzufügen Artikelnummer 1228789
Versand per:
Deutsche Post DHL UPS pin MAIL
Verlag Betascript Publishing Bindung Taschenbuch Interpret Eloi Rylan Koios

Produktbeschreibung

Selection sort is a sorting algorithm, specifically an in-place comparison sort. It has O(n2) time complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity, and also has performance advantages over more complicated algorithms in certain situations, particularly where auxiliary memory is limited.Effectively, the list is divided into two parts: the sublist of items already sorted, which is built up from left to right and is found at the beginning, and the sublist of items remaining to be sorted, occupying the remainder of the array.


Bewertungen

0

Schreiben Sie als erster eine Rezension

Ihre Meinung interessiert uns – und hilft anderen Kunden bei der Auswahl.

-