Skip to content

athenian-cs2/sorting-algorithms

 
 

Repository files navigation

Sorting Algorithms

For this assignment, you will be implementing two sorting algorithms: selection sort and insertion sort.



Add code to MyMain.java to do the desired thing.

Run your code with:

The easiest way to run your code is to press the play button in MyMain.java.

However, you can also run your code by typing the following into the Terminal.

make run

Alternatively, if that doesn't work, use:

./gradlew run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.7%
  • Makefile 1.3%