Skip to content

d653/rust_advent_of_code_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Advent of Code 2018

Although the inputs given by Advent of Code are very small and any solution is fine, I tried to write asymptotically optimal solutions. There is a folder for each day, and in each folder, a brief description of the solution.

My favourites are (first is better):

  • Day 2 (hashing ftw)
  • Day 7 (priority queues)
  • Day 8 (some recursion)
  • Day 5,9 (just nice)

About

Rust Advent of Code 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages