Skip to content

A program made in MIPS assembly that implements the Bubble Sort Algorithm

License

Notifications You must be signed in to change notification settings

lkf57/Bubble-Sort-MIPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bubble-Sort-MIPS

About

This program takes in a user-specified amount of numbers, puts them in an array, and sorts the array using Bubble Sort. It uses two procedures or functions that implement the stack in order to preserve registers.

This program was made in, and performs best in, the Mars IDE.

Written April 15, 2022 by Lauren Farr.

Example Results

image image

License

This software is free to use under the MIT License

About

A program made in MIPS assembly that implements the Bubble Sort Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published