Skip to content

turbohz/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Solutions to the Advent of Code 2024 challenges, using the Rust programming language.

This document and the solutions are a work in progress, and may often be reviewed and reworked.

Themes

Instead of atacking the problems with quick and dirty solutions, the intention is to choose approches that are interesting to me.

Here's a list of ideas and techniques motivating their implementation:

  • Parsing using PEGs
  • Chaining iterators, remaining lazy as much as possible
  • Testing the features for the current beta of Rust 2024 edition
  • Implementing part 2 of each problem
  • Using no crates, other that peg and Itertools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published