Search:

Type: Posts; User: husain2213

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    1,332

    Re: Binary Tree Search[HELP]

    I understand what you guys are saying, its just that putting it in code is is a bit tough for me :confused:
    I have to search in preorder using recursion to compare the strings, and if a match is...
  2. Replies
    4
    Views
    1,332

    Re: Binary Tree Search[HELP]

    Sorry, but this didn't really help. I understand where is my error, I just have no idea how to fix it. I tried making it look like the preorderPrint class, but it doesn't work because I have to...
  3. Replies
    4
    Views
    1,332

    Binary Tree Search[HELP]

    hello everyone!
    I'm have created a binary tree program where the tree is balanced(but not sorted). The Tree hold unique strings in each nodes. if the user enters a non unique string, the node...
Results 1 to 3 of 3