Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
clj13001 committed Jul 25, 2016
1 parent 21a0c1f commit c62622e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -11,17 +11,16 @@ Maegan Dyakiw

Implementation of Merge Sort using MIPS Assembly language.
Test suite provided by our professor, Padraic Edgington.
Please note that despite where the commits came from, each author contributed to the project. This repository was not created until after the project was complete.

Base Case & Error Handling - Maegan

Divison of array - John & Adam

Merging of subarrays - Connor

The arrays are structued as data structures that look as follows:
The 1st number is the number of values in the array.
The subsequent numbers are the values inside the array.
The arrays are data structures that can be visualized as follows:
The 1st element is the number of values in the array.
The subsequent values are the values inside the array.

EXAMPLE:
[5 2 6 5 2 8]
Expand Down

0 comments on commit c62622e

Please sign in to comment.