Skip to content

My solution to Advent Of Code - Day 9 in Clojure

Notifications You must be signed in to change notification settings

jaytohe/aoc2023-day9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.