It took me a day to solve part 1 of this, and I had to do a whole rewrite to solve part 2. Watching people laugh through these is so demoralising haha. But good job :D
I love your solution. It is a unique approach, quite different from mine. Seeing others translation of thinking about the problem and into code really helps grow my skills. I appreciate your videos. Keep it up!
For me, complete opposite. Day was was easier, but maybe this is because I was doing them both on the same day and attempted day 2 in the late afternoon, after work, tired, hungry, sad and with a headache :)
I have prettier set as my default formatter. marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode If you press CMD+SHIFT+P on Mac or CTRL+SHIFT+P on Windows, that will bring up the command palette and you can search for "Format Document with" and select prettier. If you look at the option for "Format Document" you should see a keyboard shortcut listed. Mine is OPTION + SHIFT + F I'll note that I had to manually format the split to a new line first before prettier will put everything else on new lines.
It took me a day to solve part 1 of this, and I had to do a whole rewrite to solve part 2. Watching people laugh through these is so demoralising haha. But good job :D
Good for you sticking with it! I am definetly in the same ballpark as you. Everything cant come easy to everyone.
Everyone has been there one day, keep going
where is day3?
I love your solution. It is a unique approach, quite different from mine. Seeing others translation of thinking about the problem and into code really helps grow my skills. I appreciate your videos. Keep it up!
Are you ever gonna do the rest of the days?
I have ptsd from yesterdays part2, today it was as easy as changing one line of code xD
Extracting each line on a game object with num of game and a list of map color+ number it’s easy to extract max by color and check it
Would be good to see more AoC videos please.
If you look at the top 100 leaderboard per day, you'll see some are already submitting within a minute!?!
It takes me longer to read the problem.
Competitive scene is like that yes
I thought that it was easier than yesterday too. Great video, by the way.
For me, complete opposite. Day was was easier, but maybe this is because I was doing them both on the same day and attempted day 2 in the late afternoon, after work, tired, hungry, sad and with a headache :)
@@maciejziehlke4479 i hope you have got a great nap after all that, sir
take the word possible and replace it with probable, and this problem gets pretty hard lol. Great stuff CJ!
Dude I have the same mustache style lol this is hillarious, just because of that Im following you
what are you pressing to quick format your code to separate but .split, .split, .map etc?
I have prettier set as my default formatter. marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
If you press CMD+SHIFT+P on Mac or CTRL+SHIFT+P on Windows, that will bring up the command palette and you can search for "Format Document with" and select prettier. If you look at the option for "Format Document" you should see a keyboard shortcut listed. Mine is OPTION + SHIFT + F
I'll note that I had to manually format the split to a new line first before prettier will put everything else on new lines.
Tried it out and really helpful. tyvm@@CodingGarden
Turning the chat off for the coding portion was definitely a good idea 😂
their descriptions for these problems needs improvement.