Skip to content

photo-bro/MASM32-QuickSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MASM32-QuickSort

Simple quicksort implemented in MASM32

###Course: CSCI 263 Software Architecture
Professor Ken Johnson
Principia College
Spring 2015

###Purpose: Every been tired of modern programming languages with all their fancy type inference and generics? Or perhaps you like working closer to the metal. Or maybe you just forgot how to code a quicksort and this is the first google hit you've come across. Regardless this is a very simple and unoptimized implementation of a quicksort for integers using MASM32 and the Irvine32 library.

###Features:

  • Retro and cool command line interface!
  • 10 value array sorting
  • Loopable interface!

About

Simple quicksort implemented in MASM32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published