I haven't been parsing the input string character by character and instead have been parsing into native data structures. It makes the code more verbose but it's how I want to do it. Unfortunately it does mean most of the time coming up with a solution is structuring the data so I'm hoping I come up with a faster way after a few days.
stifle867
Don't worry China, we super promise not to militarise it ๐ค
It's enough to wash away cars and everything else alongside it.
I hate it when they quote a time but no timezone. 10.37PM according to who?
doubly weird suggestion for someone coming from iPhone for the first time
All the code is GPLv3 so it will remain FOSS. There's no need to immediately switch to other apps. You can optionally fork then build the apps for yourself.
As an alternative could he compile your program?
How do judges normally treat destruction of evidence? Do they not care who committed the crime and just make a ruling on how to infer it? I feel like the court would want to know who has committed something as serious as this but I'm not sure of the actual process for it.
I would be interested to hear if you get far down that road. It sounds infinitely more difficult than running code and timing it.
Are you able to expand what problem lead you to this question (out of curiosity)?
I was trying so hard to avoid doing this and landed on a pretty nice solution (for me). It's funny sering everyone's approach especially when you have no problem running through that barrier that I didn't want to ๐
2oneight
- if you replace from left to right you get 21ight
or 21
. This doesn't work for part 2 as the answer should br 28
.
I'm still working on my part 1 ๐ญ string parsing makes me feel so stupid haha. But I'm adamant on coming up with a "nice" solution even if the number of lines aren't minimal. I've got something quite nice at the moment and I anticipate coming in under 100 lines (including whitespace, comments, and formatting).