Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hujanais authored Jan 16, 2023
1 parent dbcc2d4 commit 0f7d8e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
advent of code 2022

My second year doing Advent of Code. This year seems smoother but still I had to poke around on the internet when I was just not getting anywhere.
Here are my 2 biggest usage of the internet resources.
1. Sometimes, I just needed a walkthrough to confirm what exactly the question is looking for.
Here are my takeaways.
1. Sometimes, I just needed a walkthrough on youtube to confirm what exactly the question is looking for.
2. There are times when my solution works only for the test case and not on the main puzzle. In these situations, I use published solutions to generate
some additional test cases for my code to debug.
3. Then there are the ones that I had no idea how to solve and got inspiration from the internet on what the general approach is but I never copied code.
4. I did this all on replit and yes it took me 10+ hours of coding on the upper level puzzles.
4. Yes it takes me 10+ hours of coding on the upper level puzzles.
5. As always, I am humbled by the experience.
6. Oh, I use vanilla JS on Replit.

0 comments on commit 0f7d8e8

Please sign in to comment.