Skip to content

linhphambuzz/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 ADVENT OF CODE 🎄

I solved problems from Advent of Code to learn and practice Data Structures and Algorithms (DSA) in Python. Categorized problems listed below summarize my learning experiences.

Puzzles that are not listed under any category were solved using the combinations of different Data Structures. Categorized days listed below are only primary examples of each corresponding category.

🎅 2022

⛄ 2023

❄️ Math

Besides DSA, solving AOC also requires math. Listed below is a few examples

🚀 Others

  • Syntax:
    • lambda
    • match-case statement
    • zip
    • enumerate
    • eval
    • reduce
    • map
    • any, all
    • join
    • sorted
  • Modules:
    • collections: defaultdict, deque, namedtuple, Counter
    • itertools: groupby, permutation, cycle
    • re (regex)
    • math : lcm, sqrt, floor, ceil, remainder

About

Repository for my Advent of Code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages