views:

63

answers:

1
  1. What methods should i be implementing?
  2. How do you individually pop off characters from the strings in the .txt file?
  3. How should i approach making the bins?
A: 

How to read a text file?

http://www.exampledepot.com/egs/java.io/ReadLinesFromFile.html

How to do bin sort or a bucket sort?

http://www.brpreiss.com/books/opus5/html/page76.html

How to write back to text file?

http://www.exampledepot.com/egs/java.io/WriteToFile.html

Calm Storm