about summary refs log tree commit diff stats
path: root/resources/solutions
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-11-03 21:11:09 +0530
committerAndinus <andinus@nand.sh>2021-11-03 21:11:09 +0530
commit03919ea02fe91e3742aa8c3805edb9c0f9883fda (patch)
treee36c4edde6f651e8259457ddeb1c6a1e9aad7c67 /resources/solutions
parent74fa056d77235a3a5f7baec1367db590e74e0fd7 (diff)
downloadfornax-03919ea02fe91e3742aa8c3805edb9c0f9883fda.tar.gz
Add sample DFS solution
Diffstat (limited to 'resources/solutions')
-rw-r--r--resources/solutions/01-DFS.fornax7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/solutions/01-DFS.fornax b/resources/solutions/01-DFS.fornax
new file mode 100644
index 0000000..438e7e1
--- /dev/null
+++ b/resources/solutions/01-DFS.fornax
@@ -0,0 +1,7 @@
+rows:3 cols:3
+.#......$
+!-@......$
+-#.@....$
+-#.-@...$
+-#.--@..$
+|-#.---..@
revision' href='/akkartik/mu/blame/subx/examples/ex1.subx?h=hlt&id=94ad882e828f83df4a4cc0deab1a10e9d5e54eec'>^
863a42d3 ^
ed0e64a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17