Search:

Type: Posts; User: jeanermand

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,896

    There are two trees, both of which are pointing...

    There are two trees, both of which are pointing to the same data.
    The key of the tree in question already is the frequency.
    I ended up solving it by using a breadth first traversal function I came...
  2. Replies
    4
    Views
    2,896

    How could I get it to continue traversing from...

    How could I get it to continue traversing from the point where it left off? the parameter only supports a tree header structure, not a node from the tree
  3. Replies
    4
    Views
    2,896

    Searching a Biinary Search Tree

    So I have a Binary search tree where each node holds a struct called WORD which contains three fields: a dynamically allocated string (word), an int indicating the number of times the word is found...
Results 1 to 3 of 3