Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static field: int[] ToBits

  • Declared in: PuzzleSolvers.Path

Declaration

int[] ToBits

Summary

Maps cell values (0–6) to an integer whose bit pattern represents which edges of the cell are crossed by the path (1 = up; 2 = right; 4 = down; 8 = left).