Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 419 Bytes

File metadata and controls

11 lines (5 loc) · 419 Bytes

Advent of Code - Day 9

My solution to Adven of Code - Day 9 in Clojure!

  • solution.clj contains the normal recursive solutions for Parts 1 and 2.

  • optimized_solution.clj contains the tail recursive solutions.

To run the solution(s), you need to install Clojure and then run clj -M optimized_solution.clj from the terminal.