2022-05 in zig
This commit is contained in:
parent
c912b3347d
commit
f93b2ed7a9
4 changed files with 647 additions and 0 deletions
10
2022/05-supply-stacks/example
Normal file
10
2022/05-supply-stacks/example
Normal file
|
@ -0,0 +1,10 @@
|
|||
[D]
|
||||
[N] [C]
|
||||
[Z] [M] [P]
|
||||
1 2 3
|
||||
|
||||
move 1 from 2 to 1
|
||||
move 3 from 1 to 3
|
||||
move 2 from 2 to 1
|
||||
move 1 from 1 to 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue