Oh fab, I think that's fair, that's just the util stuff.
Prob would be worth having a procedure to import data from a text file as each day you get a different input and you can test on the sample one then the actual.
You got it up on GitHub?
I picked C# again.
Adam Schwanz 2 months ago
Nope, I'll make a GitHub tonight for this and see how many I do lol
I haven't watched yet, but I found out how to clean it up a little bit I think, uploaded vba Day 2 part1/2. Really easy day, I even coded more than I had to I think. See how many days VBA can last.
Not me. In case you haven't noticed I've been MIA quite a bit lately.
Slammed at work. The Monday, Tuesday and Wednesday of last week we logged almost 500 phone calls. Our busy time of the year!
Life is good though - just busy.
Adam Schwanz 2 months ago
Alex did you do day3?
I have a lot of lines that have no matching characters if split in the middle
One of my lines is
LTmnZTgMmbWWGWZQZb
There is no matching letters on the left 9 to the right 9
Am I missing something?
Adam Schwanz 2 months ago
I don't want to talk about it LOL. There is a Z. I'm just blind
Yea, I was actually having some trouble with this one getting it to match characters correctly, it was picking and choosing where it wanted to match. I had about a page worth of code trying to get super technical with it, then dumbed it down to the most basic possible and it worked lol. Swear that didn't work the first time ;). Uploaded D3P1 working on P2 now.
Break it down into simple problems first.
How to I add items to a stack, how do I move from one to another.
Work on parsing the commands, how would you then call that against your collection object.