I've completed Part One of "Slam Shuffle" - Day 22 - Advent of Code 2019 using
#TypeScript https://adventofcode.com/2019/day/22 #AdventOfCode
Code:
https://github.com/coderbyheart/adventofcode/tree/1132dc3f339d28c0fca73d911b93d40f30388898/day22
I tried to solved part 2 using a linked list, but that's totally not the way to
solve it, instead it's math.