Skip to content
Snippets Groups Projects
Commit 0b464f73 authored by Winston Jodjana's avatar Winston Jodjana
Browse files

Update README.md to change ordering

parent 2bb08e9f
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
This project is for you to get some practice with parallel programming using ForkJoin. Clone the repo and try each exercise! We recommend going in this order:
- [LessThan7](src/main/java/LessThan7.java)
- [Parity](src/main/java/Parity.java)
- [PowMod](src/main/java/PowMod.java)
- [Parity](src/main/java/Parity.java)
- [CountStrs](src/main/java/CountStrs.java)
- [SecondSmallest](src/main/java/SecondSmallest.java)
Please read the comments in each file for instructions.
\ No newline at end of file
Please read the comments in each file for instructions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment