Skip to content

Instantly share code, notes, and snippets.

@caffo
Created February 22, 2011 19:22
Show Gist options
  • Save caffo/839197 to your computer and use it in GitHub Desktop.
Save caffo/839197 to your computer and use it in GitHub Desktop.
byte-code tower algorithm solver
;; byte-code tower algorithm solver
000000 0 1 2 3 4 5 6 7 8 9 0 1 D: 0
000000 1 0 0 0 0 1 2 3 4 5 6 * X: 0
000000 2 0 0 1 1 2 3 4 5 6 7 0 L: 0
000000 3 0 0 2 2 3 4 5 6 7 8 0 P: 0
000000 4 P 1 P 3 4 5 6 7 8 9 0
000000 5 E E E E E P E E P E 0
000000 6 X X X X X X X X X X 0
000000
000000
000000
;; http://lts.cr/O0r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment