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
|
|
|
|
2018-12-07 00:34:56 +00:00
|
|
|
## Languages Used
|
2018-12-09 16:38:13 +00:00
|
|
|
* Python
|
2018-12-11 23:10:09 +00:00
|
|
|
- py
|
2018-12-10 23:45:00 +00:00
|
|
|
* Node JS
|
2018-12-11 23:10:09 +00:00
|
|
|
- js
|
2018-12-10 23:45:00 +00:00
|
|
|
* Java (Processing)
|
2018-12-11 23:10:09 +00:00
|
|
|
- pde
|