Commit 5795117
Changed files (8)
lib
spec
practice
spec/fixtures/input000.txt
@@ -0,0 +1,8 @@
+7
+A:B,C,D
+B:A,D,E
+C:A,B
+D:E,A,B
+E:A,F,G
+F
+A
\ No newline at end of file
spec/fixtures/input001.txt
@@ -0,0 +1,3 @@
+2
+A:B,C,D
+A
\ No newline at end of file
spec/fixtures/input002.txt
@@ -0,0 +1,5 @@
+4
+A:B,C,D
+B:A,D,E
+C:E,B
+A
\ No newline at end of file
spec/fixtures/output000.txt
@@ -0,0 +1,3 @@
+B,C,D
+E
+F,G
\ No newline at end of file
spec/fixtures/output001.txt
@@ -0,0 +1,1 @@
+B,C,D
\ No newline at end of file
spec/fixtures/output002.txt
@@ -0,0 +1,2 @@
+B,C,D
+E
\ No newline at end of file