https://github.com/deecewan/advent-of-code
Advent of Code 2015
https://github.com/deecewan/advent-of-code
Last synced: 3 months ago
JSON representation
Advent of Code 2015
- Host: GitHub
- URL: https://github.com/deecewan/advent-of-code
- Owner: deecewan
- Created: 2015-12-09T12:11:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T21:48:40.000Z (over 10 years ago)
- Last Synced: 2025-06-28T06:02:42.489Z (12 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Challenges from the 'Advent of Code' 2015.
I've tried to use an assortment of languages, but at this early stage, I'll assume they'll all be done in either Javascript or Python.
I might get tricky and try and do one or two in PHP.
I'd like to attempt some in Ruby, too, just to get a feel.
So this Repo is just a massive bag of code challenges from http://adventofcode.com/ in no particular language or level of skill.
I *have* tried to use shorthand for stuff when possible (Ternaries, Python One-Liners, etc.), but I'd like to be able to read this one day in the future.
I used their free IDE, so I figured I'd leave this here as a sponsorship.
--------------------------------------------------------------------------
,-----.,--. ,--. ,---. ,--.,------. ,------.
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
-----------------------------------------------------------------
Hi there! Welcome to Cloud9 IDE!
To get you started, create some files, play with the terminal,
or visit http://docs.c9.io for our documentation.
If you want, you can also go watch some training videos at
http://www.youtube.com/user/c9ide.
Happy coding!
The Cloud9 IDE team