Aoc-2020-clojure Alternatives
-
aoc2020
Advent of Code 2020 - my answers
-
advent-of-code-2020-python
learning python👨💻: my Advent of Code 2020 solutions
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
advent-of-code
My solutions for Advent of Code (by AlexAegis)
-
aoc
🎄 My solutions and walkthroughs for Advent of Code (https://adventofcode.com) and more related stuff.
-
advent-2020-kotlin
:christmas_tree: Advent of Code 2020: Solutions in Kotlin
-
advent-of-code-2020-rust
-
advent_of_code
-
adventOfCode
Solutions to the 'Advent of Code' (http://adventofcode.com) programming challenges in Elm (by jwoLondon)
-
aoc2020
-
aoc20
-
aoc-2020
Advent of code 2020 in Python and Rust (by TamTran72111)
-
advent-of-code-2020
-
AdventOfCode
My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA (by jonathanpaulson)
-
aoc2020apl
Advent of Code 2020 solutions in Dyalog APL
-
Advent-2020
My Solutions for Advent of Code 2020
-
Advent_of_Code_in_Pascal
My solutions to the Advent of Code, in Free Pascal
-
advent-of-code-2020
Done in boring old python (by npc-strider)
-
advent-of-code
-
advent-2020
-
adventofcode
Posts
-
-🎄- 2020 Day 25 Solutions -🎄-
Clojure - https://github.com/mgrzeszczak/aoc-2020-clojure/blob/master/src/aoc_2020_clojure/day25.clj
-
-🎄- 2020 Day 24 Solutions -🎄-
Clojure - https://github.com/mgrzeszczak/aoc-2020-clojure/blob/master/src/aoc_2020_clojure/day24.clj
-
-🎄- 2020 Day 23 Solutions -🎄-
Clojure - https://github.com/mgrzeszczak/aoc-2020-clojure/blob/master/src/aoc_2020_clojure/day23.clj
They're not; line 20 is computing a mapping from cup to next cup, and they're using that to look the destination up on line 30. So this is already using direct lookups on a hashmap.
-
-🎄- 2020 Day 22 Solutions -🎄-
Clojure: https://github.com/mgrzeszczak/aoc-2020-clojure/blob/master/src/aoc_2020_clojure/day22.clj