An open API service indexing awesome lists of open source software.

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

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)