Skip to content

Sunfl4wer/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

This year I decided to solve AoC in Rust

Day 1

Problem statement

  • Given a string consists of ASCII characters and digits we need to find first and last possible digit in that string and from a two digits number.
  • The number can be a single digit from 1 to 9 or it's English word one to nine.
  • Example: 2dffdsfonetwonineight result in 28

Approach

Find first match from both ends of a line

Day 2

About

Repository for Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages