asked to do something that is I suppose a little strange. maybe because it's out of the blue and never tried it before.
Essentially take a .txt file and split it up into 4 files. (no criteria on size, readability etc.. etc. ) Just split it up.. give each a tag and allow them to be reordered anyway the user would like. User reorders by tag and then I believe tag is stripped.
I'm only pondering the splitting aspect of the program. I suppose something like a file splitter.. but split by what? by bytes/lines? Apparently as long as it can be split and reordered. Its good. Ideas on an algorithm?