Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 307 Bytes

given a 4x8 grid where you start at the top left

S - - - - - - -
- - - - - - - -
- - - - - - - -
- - - - - - - -
  • how many "self-avoiding" paths are there (ie a path which does not intersect itself)
  • how many "self-avoiding" "terminal" where terminal is defined as a path that cannot be extended