https://github.com/yamnikov-oleg/adventofcode2017
Solving Advent of Code 2017 puzzles in a different language every day
https://github.com/yamnikov-oleg/adventofcode2017
advent-of-code advent-of-code-2017
Last synced: 3 months ago
JSON representation
Solving Advent of Code 2017 puzzles in a different language every day
- Host: GitHub
- URL: https://github.com/yamnikov-oleg/adventofcode2017
- Owner: yamnikov-oleg
- Created: 2017-12-02T12:52:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T21:18:54.000Z (over 7 years ago)
- Last Synced: 2025-03-25T02:01:36.192Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017
- Language: Java
- Homepage:
- Size: 98.6 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2017
Solving [Advent of Code 2017](https://adventofcode.com/2017) in a different language every day using only standard library.
|Day|Language|
|---|---|
|[Day 1 - Inverse Captcha](Day%201%20-%20Inverse%20Captcha)|Python|
|[Day 2 - Corruption Checksum](Day%202%20-%20Corruption%20Checksum)|JavaScript|
|[Day 3 - Spiral Memory](Day%203%20-%20Spiral%20Memory)|Haskell|
|[Day 4 - High-Entropy Passphrases](Day%204%20-%20High-Entropy%20Passphrases)|Go|
|[Day 5 - A Maze of Twisty Trampolines, All Alike](Day%205%20-%20A%20Maze%20of%20Twisty%20Trampolines%2C%20All%20Alike)|Rust|
|[Day 6 - Memory Reallocation](Day%206%20-%20Memory%20Reallocation)|C#|
|[Day 7 - Recursive Circus](Day%207%20-%20Recursive%20Circus)|Kotlin|
|[Day 8 - I Heard You Like Registers](Day%208%20-%20I%20Heard%20You%20Like%20Registers)|C++|
|[Day 9 - Stream Processing](Day%209%20-%20Stream%20Processing)|Pascal|
|[Day 10 - Knot Hash](Day%2010%20-%20Knot%20Hash)|Idris|
|[Day 11 - Hex Ed](Day%2011%20-%20Hex%20Ed)|C|
|[Day 12 - Digital Plumber](Day%2012%20-%20Digital%20Plumber)|Lua|
|[Day 13 - Packet Scanners](Day%2013%20-%20Packet%20Scanners)|F#|
|[Day 14 - Disk Defragmentation](Day%2014%20-%20Disk%20Defragmentation)|TypeScript|
|[Day 15 - Dueling Generators](Day%2015%20-%20Dueling%20Generators)|D|
|[Day 16 - Permutation Promenade](Day%2016%20-%20Permutation%20Promenade)|Scala|
|[Day 17 - Spinlock](Day%2017%20-%20Spinlock)|Nim|
|[Day 18 - Duet](Day%2018%20-%20Duet)|Java|
|[Day 19 - A Series of Tubes](Day%2019%20-%20A%20Series%20of%20Tubes)|OCaml|
|[Day 20 - Particle Swarm](Day%2020%20-%20Particle%20Swarm)|Ruby|
|[Day 21 - Fractal Art](Day%2021%20-%20Fractal%20Art)|Pony|
|[Day 22 - Sporifica Virus](Day%2022%20-%20Sporifica%20Virus)|Elixir|
|[Day 23 - Coprocessor Conflagration](Day%2023%20-%20Coprocessor%20Conflagration)|Dart|
|[Day 24 - Electromagnetic Moat](Day%2024%20-%20Electromagnetic%20Moat)|Crystal|
|[Day 25 - The Halting Problem](Day%2025%20-%20The%20Halting%20Problem)|Vala|