Skip to content

njaros/adventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventOfCode2022

My solvers are used to be more optimized for the machine and modular than fast and easy to code.

Performance Tasks :

  • day12 : replace multimap<int, Node*> by map<std::pair<int, coord>, Node*> to get highly better performance.
  • day13 : stock MyTuple container in personnal library and rename it like "MyTree".
  • day15.2 : create Circle's member's function which return the (x, y) position of next point out of his border and inside the square [(0, 0)-(4 000 000, 4 000 000)].
  • day16 : define all sequences of valves opening then simulate for all those sequences. (Unstead of my gaz factory).
  • day17 : reduce code size, but that will not make it faster.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages