PDA

View Full Version : Asm sorts?


XprincoX
10-28-01, 04:20 PM
Does anyone know the code or where i can find the code for quicksort, and selection sort in asm assembly?

Krusty
10-30-01, 01:36 AM
Originally posted by Xprincox
Does anyone know the code or where i can find the code for quicksort, and selection sort in asm assembly?

The selection sort is relatively easy to do in assembly...just about as easy as in any other language. I haven't done quicksort in assembly, but I would think it would be slightly more complex, but still relatively simple. Try checking the search engines for assembly language sorts. If all else fails, bust out the flowchart for each and start coding.

ButcherUK
11-08-01, 09:48 AM
Woah people still use flowcharts? I thought we dumped them and had moved to the leap in and start coding then watch helplessly as it all turns into a crazy mess of code :D

nil_esh
11-14-01, 04:01 AM
Originally posted by Xprincox
Does anyone know the code or where i can find the code for quicksort, and selection sort in asm assembly?

Just out of curiousity, what kind of assembly? Or are you using an in-line assembler?

XprincoX
11-14-01, 04:09 AM
o i was just writing a c++ driver file. :D