Find a Local Hiking Trail

I used data from local state parks to recommend hiking trails.
The data is read in from a text file and put into a 2-dimensional list.
The list is sorted by trail length with a merge sort.
Users can filter by State Park, trail length and/or trail difficulty.
The recommendation list is found by both linear and binary searches.

Blog Post
GitHub Link