Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 442 Bytes

File metadata and controls

12 lines (9 loc) · 442 Bytes

Advent of Code 2017

This year's solution for AoC done in Python

Notes

  • day 7: Segment Tree
  • day 10: Naive implementation
  • day 11: Possibly graphs
  • day 12: Graphs, find the size of the component (or find the cardinality of the component)
  • day 13: Naive implementation; possibly mathematics based on picosecondth, depth, range (we always know where the scanner will be at a certain moment)
  • day 15: Naive implementationзация