Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/king-11/adventofcode
My Solutions for advent of code
https://github.com/king-11/adventofcode
advent-of-code advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 adventofcode aoc-2023-in-kotlin dsa golang javascript kotlin rust
Last synced: about 1 month ago
JSON representation
My Solutions for advent of code
- Host: GitHub
- URL: https://github.com/king-11/adventofcode
- Owner: king-11
- License: apache-2.0
- Created: 2020-12-04T14:20:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T16:31:31.000Z (about 1 year ago)
- Last Synced: 2023-12-16T17:28:14.640Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, adventofcode, aoc-2023-in-kotlin, dsa, golang, javascript, kotlin, rust
- Language: Go
- Homepage:
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Advent of Code
Advent of Code 2023 🎄 Kotlin Solutions by
`@king-11` 😊 [Twitter](https://twitter.com/1108King) | [Github](https://github.com/king-11) | [Instagram](https://instagram.com/cryptic_sniper)## What is Advent of Code?
[Advent of Code](http://adventofcode.com) is an online event created by [Eric Wastl](https://twitter.com/ericwastl). Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
If you'd like to support Advent of Code, you can do so indirectly by helping to [Share](https://adventofcode.com/2020/about) it with others, or directly via [PayPal](https://www.paypal.com/webapps/shoppingcart?flowlogging_id=482758c113636&mfid=1607161233294_482758c113636#/checkout/openButton) or [Coinbase](https://adventofcode.com/2020/support/coinbase).
Advent of Code is a registered trademark in the United States.
## Story
Something is wrong with global snow production, and you've been selected to take a look. The Elves have even given you a map; on it, they've used stars to mark the top fifty locations that are likely to be having problems.
You've been doing this long enough to know that to restore snow operations, you need to check all fifty stars by December 25th.
Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!
## My Solutions
| Day | Part One | Part Two |
|----------------------------------------------------------|:--------:|:--------:|
| [Day 1: Trebuchet?!](./src/Day01.kt) | 🌟 | 🌟 |
| [Day 2: Cube Conundrum](./src/Day02.kt) | 🌟 | 🌟 |
| [Day 3: Gear Ratios](./src/Day03.kt) | 🌟 | 🌟 |
| [Day 4: Scratchcards](./src/Day04.kt) | 🌟 | 🌟 |
| [Day 5: If You Give A Seed A Fertilizer](./src/Day05.kt) | 🌟 | |
| [Day 6: Wait For It](./src/Day03.kt) | 🌟 | 🌟 |
| [Day 7: Camel Cards](./src/Day03.kt) | 🌟 | 🌟 |
| Day 8: Haunted Wasteland | | |
| [Day 9: Mirage Maintenance](./src/Day03.kt) | 🌟 | 🌟 |