Re: Advent of Code, another way of practicing programming skills.

2020-12-08 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Hmm, part II of day 8 has me slightly baffled. I thought it was a circular linked list problem, but it appears that I was incorrect. Those damn indexes. URL: https://forum.audiogames.net/post/596520/#p596520

Re: Advent of Code, another way of practicing programming skills.

2020-12-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Indeed! We are on day 7! My bad for not checking this earlier, but I solved this one myself not too long agoI stored the bag rules by using a dictionary and just parsing the bags to look like something like

Re: Advent of Code, another way of practicing programming skills.

2020-12-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Indeed! We are on day 7! My bad for not checking this earlier, but I solved this one myself not too long agoI stored the bag rules by using a dictionary and just parsing the bags to look like something like

Re: Advent of Code, another way of practicing programming skills.

2020-12-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Indeed! We are on day 7! My bad for not checking this earlier, but I solved this one myself not too long agoI stored the bag rules by using a dictionary and just parsing the bags to look like something like

Re: Advent of Code, another way of practicing programming skills.

2020-12-07 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. wow! day 7 really ramps up the difficulty. I have an idea on solving it, but not sure the best way to store the bag rules. URL: https://forum.audiogames.net/post/596306/#p596306 -- Audiogames-reflector mailing list

Re: Advent of Code, another way of practicing programming skills.

2020-12-04 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. It is indeed tricky, not particularly hard, just a lot to keep track of. Jj, I replied URL: https://forum.audiogames.net/post/595500/#p595500 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Advent of Code, another way of practicing programming skills.

2020-12-04 Thread AudioGames . net Forum — Developers room : Kyleman123 via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. yeah. I'm working through these too and day 4 is a bit tricky. URL: https://forum.audiogames.net/post/595407/#p595407 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Advent of Code, another way of practicing programming skills.

2020-12-04 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Off topic, but Amerikranian, check  yoour PM and reply at your earliest convenience. URL: https://forum.audiogames.net/post/595385/#p595385 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Advent of Code, another way of practicing programming skills.

2020-12-04 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. Just to keep this updated, we're on day four, and it's getting there in terms of difficulty. Today we needed to hack airport security because Santa apparently forgot his actual passport at home. URL: https

Re: Advent of Code, another way of practicing programming skills.

2020-12-03 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. yea! use full! i completely used python for automation! URL: https://forum.audiogames.net/post/595256/#p595256 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Advent of Code, another way of practicing programming skills.

2020-12-03 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: Advent of Code, another way of practicing programming skills. I did this, and the first 3 days took me only about 30-45 minutes, and I'm not to good at these. Apparently they get very difficult as you go on, so this should start to get really interesting. URL: https

Advent of Code, another way of practicing programming skills.

2020-12-02 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Advent of Code, another way of practicing programming skills. Every year in December, new challenges get posted on the Advent of Code website, found here. The problems range in difficulty, with the later days typically being harder and or referencing the previous tasks. The site contains