https://github.com/pavi2410/adventofcode2020
Playing Advent of Code 2020 in Kotlin
https://github.com/pavi2410/adventofcode2020
advent-of-code advent-of-code-2020 adventofcode aoc2020 kotlin
Last synced: 7 months ago
JSON representation
Playing Advent of Code 2020 in Kotlin
- Host: GitHub
- URL: https://github.com/pavi2410/adventofcode2020
- Owner: pavi2410
- Created: 2020-12-02T17:16:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T09:21:47.000Z (about 4 years ago)
- Last Synced: 2025-01-28T00:35:44.179Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, aoc2020, kotlin
- Language: Kotlin
- Homepage: https://adventofcode.com/2020
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing `Advent of Code 2020` in Kotlin
- [x] [Day 1 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day1_1.ws.kts)
- [x] [Day 1 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day1_2.ws.kts)
- [x] [Day 2 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day2_1.ws.kts)
- [x] [Day 2 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day2_2.ws.kts)
- [x] [Day 3 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day3_1.ws.kts)
- [x] [Day 3 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day3_2.ws.kts)
- [x] [Day 4 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day4_1.ws.kts)
- [x] [Day 4 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day4_2.ws.kts)
- [x] [Day 5 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day5_1.ws.kts)
- [x] [Day 5 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day5_2.ws.kts)
- [x] [Day 6 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day6_1.ws.kts)
- [x] [Day 6 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day6_2.ws.kts)
- [ ] [Day 7 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day7_1.ws.kts)
- [ ] [Day 7 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day7_2.ws.kts)
- [ ] [Day 8 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day8_1.ws.kts)
- [ ] [Day 8 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day8_2.ws.kts)
- [ ] [Day 9 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day9_1.ws.kts)
- [ ] [Day 9 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day9_2.ws.kts)
- [ ] [Day 10 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day10_1.ws.kts)
- [ ] [Day 10 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day10_2.ws.kts)
- [ ] [Day 11 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day11_1.ws.kts)
- [ ] [Day 11 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day11_2.ws.kts)
- [ ] [Day 12 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day12_1.ws.kts)
- [ ] [Day 12 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day12_2.ws.kts)
- [ ] [Day 13 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day13_1.ws.kts)
- [ ] [Day 13 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day13_2.ws.kts)
- [ ] [Day 14 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day14_1.ws.kts)
- [ ] [Day 14 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day14_2.ws.kts)
- [ ] [Day 15 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day15_1.ws.kts)
- [ ] [Day 15 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day15_2.ws.kts)
- [ ] [Day 16 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day16_1.ws.kts)
- [ ] [Day 16 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day16_2.ws.kts)
- [ ] [Day 17 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day17_1.ws.kts)
- [ ] [Day 17 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day17_2.ws.kts)
- [ ] [Day 18 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day18_1.ws.kts)
- [ ] [Day 18 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day18_2.ws.kts)
- [ ] [Day 19 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day19_1.ws.kts)
- [ ] [Day 19 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day19_2.ws.kts)
- [ ] [Day 20 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day20_1.ws.kts)
- [ ] [Day 20 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day20_2.ws.kts)
- [ ] [Day 21 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day21_1.ws.kts)
- [ ] [Day 21 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day21_2.ws.kts)
- [ ] [Day 22 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day22_1.ws.kts)
- [ ] [Day 22 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day22_2.ws.kts)
- [ ] [Day 23 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day23_1.ws.kts)
- [ ] [Day 23 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day23_2.ws.kts)
- [ ] [Day 24 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day24_1.ws.kts)
- [ ] [Day 24 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day24_2.ws.kts)
- [ ] [Day 25 part 1](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day25_1.ws.kts)
- [ ] [Day 25 part 2](https://github.com/pavi2410/AdventOfCode2020/tree/main/Day25_2.ws.kts)