Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Tree #1 before mirroring : 8 3 1 6 4 7 10 14 13
- Tree #1 after mirroring : 8 10 14 13 3 6 7 4 1
- Tree #2 is mirror of Tree #1 to check the correctness :
- TREE #1 : 8 10 14 13 3 6 7 4 1
- TREE #2 : 8 10 14 13 3 6 7 4 1
- Process finished with exit code 0
Add Comment
Please, Sign In to add comment