milardovich

Maze problem result

Apr 24th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [milardovich@tesla Backtracking]$ ./maze
  2. 10
  3. 10
  4. 1 1 1 0 0 0 0 1 1 1
  5. 0 1 0 0 0 1 0 1 0 1
  6. 0 1 1 0 0 1 0 0 0 1
  7. 0 1 1 1 1 1 1 1 1 1
  8. 0 1 0 0 1 1 1 0 0 1
  9. 1 1 0 0 1 0 1 1 0 1
  10. 1 0 0 0 1 1 1 0 0 0
  11. 1 0 0 0 0 1 1 1 1 1
  12. 0 0 0 0 0 0 0 1 1 0
  13. 0 0 0 0 0 1 1 0 1 1
  14.  
  15. 1 1 0 0 0 0 0 0 0 0
  16. 0 1 0 0 0 0 0 0 0 0
  17. 0 1 0 0 0 0 0 0 0 0
  18. 0 1 1 1 1 0 0 0 0 0
  19. 0 0 0 0 1 0 0 0 0 0
  20. 0 0 0 0 1 0 0 0 0 0
  21. 0 0 0 0 1 1 0 0 0 0
  22. 0 0 0 0 0 1 1 1 0 0
  23. 0 0 0 0 0 0 0 1 1 0
  24. 0 0 0 0 0 0 0 0 1 1
Advertisement
Add Comment
Please, Sign In to add comment