Autor Beitrag
ForenHeini
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 28

Win XP
Delphi 7
BeitragVerfasst: So 05.11.06 18:23 
Hi !

Gibt es irgendwo im Netz (hier habe ich über Suche nix gefunden) eine gute
Seite wo die verschiedenen Sortieralgorithmen vorstellt werden. Vielleicht
sogar in Delphi?
Marc.
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1876
Erhaltene Danke: 129

Win 8.1, Xubuntu 15.10

BeitragVerfasst: So 05.11.06 18:29 
Hallo,
Hier zum Beispiel! ;)

schönen Abend noch
hathor
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: So 05.11.06 22:09 
Beim BDS2006 ist unter den Beispielen ein DEMO für Threads, das mit verschiedenen Sortieralgorithmen funktioniert.
Mandrake
Hält's aus hier
Beiträge: 2

WIN XP Pro, SuSe Linux 9.0 Pro
Borland Delphi 7.0
BeitragVerfasst: Di 28.11.06 23:48 
Hi,

Ich suche einen algorithmus der zahlen der größe nach sortiert. kann mir da jemand helfen???
Es soll die Auswahlmöglichkeit bestehen ob man die zahlen von klein nach groß oder von groß nach klein sortieren möchte.
alzaimar
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 2889
Erhaltene Danke: 13

W2000, XP
D6E, BDS2006A, DevExpress
BeitragVerfasst: Mi 29.11.06 00:26 
Hier, der is gut,
www.sortieralgorithmen.de/

_________________
Na denn, dann. Bis dann, denn.
jaenicke
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 19321
Erhaltene Danke: 1749

W11 x64 (Chrome, Edge)
Delphi 12 Pro, C# (VS 2022), JS/HTML, Java (NB), PHP, Lazarus
BeitragVerfasst: Mi 29.11.06 00:28 
Erstmal :welcome: hier im Forum!

Ja, wie bereits gesagt: Ein kleines Demo-Programm ist bei Delphi mit dabei (im Ordner Demos im Delphi-Programm-Ordner).
Und unter dem von user profile iconMarc. geposteten Link findest du verschiedene Algorithmen...
Und von der Richtung her: Entweder änderst du den Code oder du drehst die sortierten Zahlen um.
Mandrake
Hält's aus hier
Beiträge: 2

WIN XP Pro, SuSe Linux 9.0 Pro
Borland Delphi 7.0
BeitragVerfasst: Mi 29.11.06 17:43 
hi,

danke für die hilfe habs jez hinbekommen.