Binary Search
- Language: MIPS
- URL: https://github.com/byronogarcia/UCM-CSE031/tree/master/Project_02
A simple algorithm, made complex in a low level language
Developed a program in MIPS, a low level assembly language, which took in a list size, list contents, and a key. The program then sorted the list and performed binary search to look for a key. I utilized the MARS MIPS Simulator to build and run my program, allowing me to employ various concepts topics taught in the course.