Search:

Type: Posts; User: raell

Search: Search took 0.00 seconds.

  1. Thread: Reseting root

    by raell
    Replies
    7
    Views
    1,228

    Thanks! That's why it kept reseting. As to...

    Thanks! That's why it kept reseting. As to current, I want to do it as following. I have a new node, if there is no root, that new node is now root. If there is a root, I set current equal to it and...
  2. Thread: Reseting root

    by raell
    Replies
    7
    Views
    1,228

    Thanks, but it's still reseting root to be the...

    Thanks, but it's still reseting root to be the new word each time, unfortunately. It never gets to the else statement even using this.
  3. Thread: Reseting root

    by raell
    Replies
    7
    Views
    1,228

    I'm calling it within a switch statement- where...

    I'm calling it within a switch statement- where as long as words are coming in, this is implemented.

    switch (num)
    {
    case WORD: printf("WORD worked\n"); //instead of case 1, just...
  4. Thread: Reseting root

    by raell
    Replies
    7
    Views
    1,228

    Reseting root

    Hi,
    I'm taking words from an unknown amount of documents and adding them to a tree. I have a problem in my insert function, though, and it keeps reseting root everytime a new word needs to be added...
  5. Replies
    10
    Views
    1,576

    ^look up, Hammer called me on that already, That...

    ^look up, Hammer called me on that already, That was my problem.
  6. Replies
    10
    Views
    1,576

    Good idea! Thanks again :)

    Good idea! Thanks again :)
  7. Replies
    10
    Views
    1,576

    The last bit clears things up. The only reason...

    The last bit clears things up.
    The only reason the **'s are there is to show you where I'm having issues. It's Not in the code itself.

    "right" is a pointer to a struct element, whereas "temp"...
  8. Replies
    10
    Views
    1,576

    As I mentioned before, half of this is in FLEX-...

    As I mentioned before, half of this is in FLEX- So it makes it harder for me to explain, but yes I guess that would make them 'super secret header files'. If you want- I can include that
    part too,...
  9. Replies
    10
    Views
    1,576

    Double linked list error, help!

    All set! Thanks!
  10. Replies
    2
    Views
    2,001

    Help! Stuck in a loop!

    Hi!
    I'm still working on my Binary search tree. I have to add words from a file to the tree in sibling or child branches. It seems my Addaword function is wokring a little better now, but something...
  11. Replies
    6
    Views
    1,293

    BST addword function *edited*

    Hi!
    I'm building a Tree that reads words in from a text file and adds it to the tree in sibling or child branches. Everything is being scanned in ok, but something is wrong with Addaword. It seems...
Results 1 to 11 of 11