m2skills

mirror rec bt op

Jun 4th, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Tree #1 before mirroring : 8 3 1 6 4 7 10 14 13
  2. Tree #1 after mirroring : 8 10 14 13 3 6 7 4 1
  3.  
  4.  
  5. Tree #2 is mirror of Tree #1 to check the correctness :
  6. TREE #1 : 8 10 14 13 3 6 7 4 1
  7. TREE #2 : 8 10 14 13 3 6 7 4 1
  8.  
  9. Process finished with exit code 0
Add Comment
Please, Sign In to add comment