************************************** * Tests **************************************/ Test the dfs algorithm on this graph: 1 \ \ 2 5 \ / \ 3 - 4 6 7 Should output: 1 2 3 4 5 6 7, OR SIMILAR (example: 1 2 4 3 5 7 6) NOTE: the output order may vary because we used a for range loop, and
()
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected