CircleBear / projects

over 100 projects to help you get better at any programming language; a sequel to @Karan's Projects
MIT License
0 stars 0 forks source link

Reverse Large File #1

Open DWiechert opened 10 years ago

DWiechert commented 10 years ago
jbranchaud commented 10 years ago

Extra Description: Cannot use temporary files to store "chunks" of the file in reverse.

To me, this seems like an unnecessary constraint. Why not suggest this as an extension to the problem to make it more challenging?

Resources: Is there a way I can attach a sample input file for this issue?

I am not sure what the limit is on a gist, but you could link to one of those. Otherwise, I am sure there is another free service that you could post a file on. Or just find some site that is hosting a bajillion digits of pi in a file?! But as long as you have a URL, just link it.

DWiechert commented 10 years ago

Extra Description: Cannot use temporary files to store "chunks" of the file in reverse.

To me, this seems like an unnecessary constraint. Why not suggest this as an extension to the problem to make it more challenging?

Wasn't quite sure what Extensions meant. Though, I agree this is an extension to the problem and not an original constraint now that I understand it more.

I think the idea of linking to a URL is the best that way it doesn't clutter up the repo with an unnecessarily huge file.

jbranchaud commented 10 years ago

Also, I think GitHub puts constraints on the size of individual files that can be uploaded to a repo. Not sure what it is though.

jbranchaud commented 10 years ago

I would also suggest adding IO or File as possible categories.