Advertisement
Pweebs

Untitled

Nov 24th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ~/cse101/pa4% FindPath in3 out
  2. ~/cse101/pa4% diff out out3
  3. 201,202c201,202
  4. < The distance from 82 to 76 is 6
  5. < A shortest 82-76 path is: 82 1 31 50 16 80 76
  6. ---
  7. > The distance from 82 to 76 is 5
  8. > A shortest 82-76 path is: 82 100 65 72 67 76
  9. 401d400
  10. <
  11. ~/cse101/pa4% FindPath in4 out
  12. ~/cse101/pa4% diff out out4
  13. 29,31c29,30
  14. < The distance from 12 to 15 is 0
  15. < A shortest 12-15 path is: 0
  16. <
  17. ---
  18. > The distance from 12 to 15 is 3
  19. > A shortest 12-15 path is: 12 4 11 15
  20. \ No newline at end of file
  21. ~/cse101/pa4% FindPath in5 out
  22. ~/cse101/pa4% diff out out5
  23. 115,116c115,116
  24. < The distance from 15 to 20 is 0
  25. < A shortest 15-20 path is: 0
  26. ---
  27. > The distance from 15 to 20 is 2
  28. > A shortest 15-20 path is: 15 18 20
  29. 151,152c151,152
  30. < The distance from 12 to 20 is 0
  31. < A shortest 12-20 path is: 0
  32. ---
  33. > The distance from 12 to 20 is 3
  34. > A shortest 12-20 path is: 12 9 3 20
  35. 229,230c229,230
  36. < The distance from 18 to 20 is 0
  37. < A shortest 18-20 path is: 0
  38. ---
  39. > The distance from 18 to 20 is 1
  40. > A shortest 18-20 path is: 18 20
  41. 292,293c292,293
  42. < The distance from 7 to 20 is 0
  43. < A shortest 7-20 path is: 0
  44. ---
  45. > The distance from 7 to 20 is 3
  46. > A shortest 7-20 path is: 7 5 3 20
  47. 320,321c320
  48. < A shortest 6-10 path is: 6 2 10
  49. <
  50. ---
  51. > A shortest 6-10 path is: 6 2 10
  52. \ No newline at end of file
  53. ~/cse101/pa4% FindPath in6 out
  54. ~/cse101/pa4% diff out out6
  55. 294,295c294,295
  56. < The distance from 38 to 100 is 3
  57. < A shortest 38-100 path is: 38 9 7 100
  58. ---
  59. > The distance from 38 to 100 is 2
  60. > A shortest 38-100 path is: 38 9 100
  61. 401d400
  62. <
  63. ~/cse101/pa4%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement