User profile: SasuKe

User info
User name:SasuKe
History
Joined:
Number of posts:13
Latest posts:

Code Review
Hi Can I get someone to review my code for me please? Sorry if I'm not allowed to do this, I'll ...

Print Tree
This is my tree(without the underscores): _________5 ________/ \ _______4___8 ______/____/ \ _...

Search Function
ok I've modified it and now it's returning the left nodes correctly. How do I fix the right? Is it e...

Binary Search
I have to create a search function for a binary tree. The tree is given below: 5 4 8 11 13 4 7 2 1 ...

Search Function
I have to create a search function for a binary tree. The tree is given below: 5 4 8 11 13 4 7 2 1 ...