[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sorting Algorythms
- Subject: Sorting Algorythms
- From: gids.rs@sasktel.net
- Date: Tue, 18 Dec 2012 17:09:19 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-date: Wed, 19 Dec 2012 01:09:19 +0000
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=142.165.85.230; posting-account=U4TNXwoAAABP4nIJHynAJZ69O_f3LY2g
- Newsgroups: comp.sys.apple2
- User-agent: G2/1.0
I am sure everyone has dabbled in and programmed a sorting algorythm at some time while playing on their Apple II computer.
What I would like to know is there any programs out there other than the usual talked about ones or one they may have created themselves?
Bubble sort, Bi-bubble sort, Shell Metzner sort, Quick Sort, Field Sort, Binary search sort, Heap sort, Interchange sort.
And what is the fastest sort anyone has come across. Is Quicksort the fastest?
I re-engineered a sort that I came across, but I do not know the name of it, that is about 35% faster than the quicksort. With the added advantage of leaving the original in tact as well as have multiple tag alongs and it sorts numbers properly where the number 2 is less than 10. Most sorts will not sort numbers properly.
Rob