Python Solution for 2021 Advent of Code - Day 10 - Syntax Scoring

preview_player
Показать описание
Solution to both parts of 2021's Advent of Code's Day 10's problem. You might have different data to deal with. However, hopefully the code still works the same for you as it does for me.

Bradley Sward is currently an Associate Professor at the College of DuPage in suburban Chicago, Illinois. He has earned a Masters degree in Software Engineering from DePaul University, a Masters degree in Computer Science from the University of Illinois at Springfield, and two Bachelors degrees in Computer Science and Molecular Biology from Benedictine University. Prior to teaching, Bradley worked for five years in the field of casino gaming on a variety of video slot machine and poker games. The Village People have been permanently etched into his brain.
Рекомендации по теме
Комментарии
Автор

One could save a few lines by using the ".pop()" methode that the "list()" datastructure has. It removes, and returnes the last element in the list.

matshoemolsen
visit shbcf.ru