bellshade / Python

Repositori untuk belajar pemrograman Python dalam bahasa Indonesia
MIT License
157 stars 95 forks source link

binary tree mirror #224

Closed slowy07 closed 1 year ago

slowy07 commented 1 year ago
# diberikan pohon biner, dan mengubah pohon yang merefleksikan
# dari pohon biner T
#           1          1
#         /   \      /  \
#        2     3    3    2
#             /     \
#            4       4