aoc/README.md

80 lines
4.4 KiB
Markdown
Raw Normal View History

2018-11-29 21:32:45 +00:00
# Advent of Code Solutions
2018-11-29 16:33:55 +00:00
2019-01-02 01:39:53 +00:00
It's a fun challenge! You should check it out if you like coding and are interested in algorithms.
2018-12-07 00:34:56 +00:00
```js
if (advent) {
2018-12-11 23:10:09 +00:00
programmer.goTo("adventofcode.com");
2018-12-07 00:34:56 +00:00
}
```
2018-11-29 21:32:45 +00:00
# Completed Challenges
2018-12-07 00:34:56 +00:00
#### [2015](https://adventofcode.com/2015 "2015 puzzle calendar")
2018-12-10 23:45:00 +00:00
1. [:star: :star:](https://adventofcode.com/2015/day/1 "see puzzle")
2019-01-02 01:39:53 +00:00
2. [:star: :star:](https://adventofcode.com/2015/day/2 "see puzzle")
3. [:star: :star:](https://adventofcode.com/2015/day/3 "see puzzle")
4. [:star: :star:](https://adventofcode.com/2015/day/4 "see puzzle")
5. [:star: :star:](https://adventofcode.com/2015/day/5 "see puzzle")
6. [:star:](https://adventofcode.com/2015/day/6 "see puzzle")
2018-11-29 21:32:45 +00:00
2018-12-07 00:34:56 +00:00
#### [2018](https://adventofcode.com/2018 "2018 puzzle calendar")
2018-12-11 23:10:09 +00:00
1. [:star: :star:](https://adventofcode.com/2018/day/1 "see puzzle")
2019-01-02 01:39:53 +00:00
2. [:star: :star:](https://adventofcode.com/2018/day/2 "see puzzle")
3. [:star: :star:](https://adventofcode.com/2018/day/3 "see puzzle")
4. [:star: :star:](https://adventofcode.com/2018/day/4 "see puzzle")
5. [:star: :star:](https://adventofcode.com/2018/day/5 "see puzzle")
6. [:star: :star:](https://adventofcode.com/2018/day/6 "see puzzle")
7. [:star: :star:](https://adventofcode.com/2018/day/7 "see puzzle")
8. [:star: :star:](https://adventofcode.com/2018/day/8 "see puzzle")
9. [:star: :star:](https://adventofcode.com/2018/day/9 "see puzzle")
10. [:star: :star:](https://adventofcode.com/2018/day/10 "see puzzle")
11. [:star: :star:](https://adventofcode.com/2018/day/11 "see puzzle")
12. [:star: :star:](https://adventofcode.com/2018/day/12 "see puzzle")
2018-11-29 21:32:45 +00:00
2020-12-03 21:33:25 +00:00
#### [2019](https://adventofcode.com/2019 "2019 puzzle calendar")
1. [:star: :star:](https://adventofcode.com/2019/day/1 "see puzzle")
2. [:star: :star:](https://adventofcode.com/2019/day/2 "see puzzle")
3. [:star: :star:](https://adventofcode.com/2019/day/3 "see puzzle")
4. [:star: :star:](https://adventofcode.com/2019/day/4 "see puzzle")
5. [:star: :star:](https://adventofcode.com/2019/day/5 "see puzzle")
6. [:star: :star:](https://adventofcode.com/2019/day/6 "see puzzle")
7. [:star: :star:](https://adventofcode.com/2019/day/7 "see puzzle")
#### [2020](https://adventofcode.com/2020 "2020 puzzle calendar")
1. [:star: :star:](https://adventofcode.com/2020/day/1 "see puzzle")
2. [:star: :star:](https://adventofcode.com/2020/day/2 "see puzzle")
3. [:star: :star:](https://adventofcode.com/2020/day/3 "see puzzle")
2020-12-04 18:46:17 +00:00
4. [:star: :star:](https://adventofcode.com/2020/day/4 "see puzzle")
2020-12-06 14:25:47 +00:00
5. [:star: :star:](https://adventofcode.com/2020/day/5 "see puzzle")
6. [:star: :star:](https://adventofcode.com/2020/day/6 "see puzzle")
2020-12-07 15:17:19 +00:00
7. [:star: :star:](https://adventofcode.com/2020/day/7 "see puzzle")
2020-12-08 10:13:03 +00:00
8. [:star: :star:](https://adventofcode.com/2020/day/8 "see puzzle")
2020-12-09 13:21:51 +00:00
9. [:star: :star:](https://adventofcode.com/2020/day/9 "see puzzle")
2020-12-10 22:07:29 +00:00
10. [:star: :star:](https://adventofcode.com/2020/day/10 "see puzzle")
2020-12-11 16:13:10 +00:00
11. [:star: :star:](https://adventofcode.com/2020/day/11 "see puzzle")
2020-12-12 18:34:40 +00:00
12. [:star: :star:](https://adventofcode.com/2020/day/12 "see puzzle")
2020-12-13 14:53:10 +00:00
13. [:star: :star:](https://adventofcode.com/2020/day/13 "see puzzle")
2020-12-14 21:16:03 +00:00
14. [:star: :star:](https://adventofcode.com/2020/day/14 "see puzzle")
2020-12-15 15:27:33 +00:00
15. [:star: :star:](https://adventofcode.com/2020/day/15 "see puzzle")
2020-12-16 19:15:23 +00:00
16. [:star: :star:](https://adventofcode.com/2020/day/16 "see puzzle")
2020-12-17 21:21:20 +00:00
17. [:star: :star:](https://adventofcode.com/2020/day/17 "see puzzle")
2020-12-18 14:59:39 +00:00
18. [:star: :star:](https://adventofcode.com/2020/day/18 "see puzzle")
2020-12-20 15:27:59 +00:00
19. [:star:](https://adventofcode.com/2020/day/19 "see puzzle")
2020-12-20 21:55:24 +00:00
20. [:star:](https://adventofcode.com/2020/day/20 "see puzzle")
2023-12-02 13:54:15 +00:00
#### [2023](https://adventofcode.com/2023 "2023 puzzle calendar")
1. [:star: :star:](https://adventofcode.com/2023/day/1 "see puzzle")
2. [:star: :star:](https://adventofcode.com/2023/day/2 "see puzzle")
2023-12-03 21:00:47 +00:00
3. [:star: :star:](https://adventofcode.com/2023/day/3 "see puzzle")
2024-12-01 11:02:04 +00:00
4. [:star: :star:](https://adventofcode.com/2023/day/4 "see puzzle")
5. [:star: :star:](https://adventofcode.com/2023/day/5 "see puzzle")
6. [:star: :star:](https://adventofcode.com/2023/day/6 "see puzzle")
7. [:star: :star:](https://adventofcode.com/2023/day/7 "see puzzle")
8. [:star: :star:](https://adventofcode.com/2023/day/8 "see puzzle")
9. [:star: :star:](https://adventofcode.com/2023/day/9 "see puzzle")
10. [:star: :star:](https://adventofcode.com/2023/day/10 "see puzzle")
#### [2024](https://adventofcode.com/2024 "2024 puzzle calendar")
1. [:star: :star:](https://adventofcode.com/2024/day/1 "see puzzle")
2023-12-02 13:54:15 +00:00