Search:

Type: Posts; User: croman

Search: Search took 0.00 seconds.

  1. Thanks for pointing that out. :)

    Thanks for pointing that out. :)
  2. Thanks mate! I just solved the problem! Your...

    Thanks mate! I just solved the problem! Your ideas helped a lot. :) This is now the new code:


    int main(){

    char preorder[6]="RASIN";
    char inorder[6]="AINRS";


    ...
  3. thanks for the observations tabstop and...

    thanks for the observations tabstop and CommonTater.



    I apologize for my ignorance on this thing. Haha. Thanks for pointing that out. I know exactly the difference between the pointer and the...
  4. Thanks, but I still get the same errors. It must...

    Thanks, but I still get the same errors. It must be my algorithm. this is my current buildTree function:



    struct Node buildTree(char *preorder, char *inorder){

    struct Node newNode;...
  5. Helo with building binary trees using pointers

    Hi to everyone. I'm currently working on a school homework using binary trees. I feel as though I'm almost finished, but I have a problem I couldn't figure out to solve.

    Although I have a general...
Results 1 to 5 of 5