Created
June 14, 2025 16:38
-
-
Save metinozell/df19b26a88e81a76feb96e20df04700d to your computer and use it in GitHub Desktop.
patika.dev_bstree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Root: 7 | |
7'nin solunda: 5 | |
5'in solunda: 1 | |
1'in solunda: 0 | |
1'in sağında: 3 | |
3'ün solunda: 2 | |
3'ün sağında: 4 | |
5'in sağında: 6 | |
7'nin sağında: 8 | |
8'in sağında: 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment