Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Day 9: All in a Single Night

Summary

📃 Input: a list of distances between locations.

Part One: find the distance of the shortest route for visiting each location once.

Part Two: find the distance of the longest route for visiting each location once.

Puzzle instructions

https://adventofcode.com/2015/day/9