Advertisement
hak8or

Untitled

Dec 22nd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ===============================================================================
  2. All tests passed (8 assertions in 2 test cases)
  3.  
  4. Building graph ...done
  5. Total num of nodes: 8
  6. Total num of edges: 26
  7. To exit, type exit
  8. name, depth?
  9. -> Mary 0
  10. Invalid depth!
  11. name, depth?
  12. -> Mary 1
  13. Mary(0)
  14. Maria(2)
  15. Marla(2)
  16. Marley(2)
  17. Mariah(3)
  18. Marian(3)
  19. Marisa(3)
  20. Maryanne(4)
  21. name, depth?
  22. -> Mary 2
  23. Mary(0)
  24. Maria(2)
  25. Mariah(1)
  26. Marla(1)
  27. Marian(1)
  28. Marisa(1)
  29. Marley(2)
  30. Maryanne(4)
  31. name, depth?
  32. -> Mary 3
  33. Mary(0)
  34. Maria(2)
  35. Mariah(1)
  36. Marla(1)
  37. Marian(1)
  38. Maryanne(3)
  39. Marisa(1)
  40. Marley(2)
  41. name, depth?
  42. -> Mary 4
  43. Mary(0)
  44. Maria(2)
  45. Mariah(1)
  46. Marla(1)
  47. Marian(1)
  48. Maryanne(3)
  49. Marisa(1)
  50. Marley(2)
  51. name, depth?
  52. ->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement