https://github.com/keegancsmith/advent
Advent of Code solutions - http://adventofcode.com/
https://github.com/keegancsmith/advent
advent-of-code
Last synced: about 2 months ago
JSON representation
Advent of Code solutions - http://adventofcode.com/
- Host: GitHub
- URL: https://github.com/keegancsmith/advent
- Owner: keegancsmith
- Created: 2015-12-08T21:44:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T08:05:38.000Z (over 3 years ago)
- Last Synced: 2025-04-12T18:02:41.962Z (about 2 months ago)
- Topics: advent-of-code
- Language: Python
- Size: 641 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent
This repo contains my solutions to the [Advent of
Code](http://adventofcode.com).The code is written to optimize time to solution speed, since I like to try
and compete on the leaderboard. As such the code shouldn't be taken as
examples of code you would want to maintain.## Emacs
If you are an emacs user, you may be interested in
[advent.el](./advent.el). It contains helper functions to view the problem,
download input and submit an answer all from emacs!