Y
Hacker News
new
|
ask
|
show
|
jobs
by
isb
1291 days ago
Yeah, the input processing part is missing but it is fairly trivial. It got most of the other stuff right.
1 comments
AspiringGeek
1291 days ago
so how would you provide the input to this code? I can't get it to working.
link
lemonJesus
1283 days ago
Read the file in. It would look something like input = open("filename", "r")
link