Skip to content

tommyip/aoc2023_day12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 - Day 12

This is my optimized solution for day 12 in Rust. The current runtime for both parts on my Macbook Pro 2021 (M1 Pro) is 570μs. For comparision, my unoptimized Python solution runs in 180ms (315x speed up).

The main idea is to use bottom up dynamic programming and cache as much as possible.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages