|
|
|
|
|
by matsemann
1299 days ago
|
|
I wonder how the persons on the leader board manages it? First person today solved part1 after 39 seoncds, and was done with part2 after 53 seconds! I felt I was quite fast in being done with part1 after 3 minutes and part2 in 4 minutes (rank ~1000). I even tried to skimread the explanation to be fast, have a script to download the input and run it etc., but still no match! |
|
2. Use a language that makes the edit/run cycle short.
3. Be very familiar with that language and how to process input in it.
4. Have solved many similar problems in the past so you can parse these problem statements quickly.
5. Have solved many similar problems in the past so you know exactly what code to write or use (if you have a utility library).