README.md

1
2
3
4
5
6
7
# To Do

1. Check treasure type limits for data read in from a file.
2. Have a flag to fail on error vs default of logging and omitting data with
    values outside the acceptable range.
3. Implement max-heap
4. Put timing information around the solution code.