bmberger / Merge-Sort

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the merge sort algorithm to reorder the collection as requested in ascending order.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge-Sort

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the merge sort algorithm to reorder the collection as requested in ascending order.

AUTHOR: Briana Berger

DATE: 4/09/2018

WHAT I LEARNED: I learned how to use merge sorting to order things by year, title, and studio through ascending order.

WHAT I ENJOYED: I loved using the sorting in an applicative manner and being able to see all the different orderings.

About

Using a list of movies you own or wish to see, sort them based on title, year created, or movie studio. Then, using the merge sort algorithm to reorder the collection as requested in ascending order.


Languages

Language:Java 100.0%