Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 237 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 237 Bytes

AdventOfCode

Solving 2022 Advent of Code problems in Lean 4

Some Lean data structure observations

  • Array.partition and Array.split seem to be the same, and diverge from List.partition and List.split
  • Queue is not FIFO?