Inspiration

I had to learn about most of the courses in my major by myself so I wanted to make something that could help other people that may soon go through college course selections.

What it does

It parses a csv file and then creates a list of courses with their prereqs and coreqs.

How I built it

I wrote 100% of it by myself in eclipse. I first made the classes, then worked on the parser for csv files. lastly, I made a sorting algorithm that sorts it into groups that represents each semester.

Challenges I ran into

I messed up on a lot of the for loops

Accomplishments that I'm proud of

I'm proud of the fact it actually works.

What I learned

I just got practice with Java

What's next for MajorRush

Change it from using a bunch of for loops and use nodes instead so it could be more efficient than

Built With

Share this project:

Updates