Skip to content

CodeMuz/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are my solutions to the advent of code puzzles 2015

Day 1

Language: C

$ gcc day1.c
$ ./a.out

Day 2

Language: C++

$ g++ -std=c++0x wrapping.cpp -o a.out
$ ./a.out

Day 3

Language: C using LLVM

$ clang day3.c -o a.out
$ ./a.out

Day 4

Language: JavaScript

To run open index.html in webserver / browser

 

Day 5

Language: PHP

open part1.php in webserver (php -S localhost:8000)

 

Day 6

Language: JavaScript

To run open index.html in webserver / browser

 

Day 7

Language: Java

$ (javac part2.java); java part2;
$ ./a.out

 

Day 8

Language: PHP

open part1.php in webserver (php -S localhost:8000)

 

Day 9

Language: Python Ref: Travelling salesmen, with inverse waited graphs for part 2. https://github.com/dmishin/tsp-solver

 

Day 10

Language: Python

$ python part1.py
$ python part2.py

 

Day 11

Language: Python

$ python part1.py
$ python part2.py

 

Day 12

Language: JavaScript

To run open index.html in webserver / browser

 

Day 13

Language: Python

$ python part1.py

About

My solutions to the advent of code puzzles 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published