Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 125 Bytes

File metadata and controls

6 lines (4 loc) · 125 Bytes

puzzle

Solving a puzzle in go with backtracking.

Current code matches this Medium article:

  • Puzzling in Go (in progress)