Search:

Type: Posts; User: lyime

Search: Search took 0.00 seconds.

  1. sorry node is not a static member. i was trying...

    sorry node is not a static member. i was trying something there but it didnt work.

    how should i initialize b. its a tree.
  2. So if you could provide a better solution that...

    So if you could provide a better solution that would be awesome.
  3. found a solution to my problem. i will just...

    found a solution to my problem.

    i will just have to seperate my classes and after creating each object, i will have to call the bst.add() funciton

    bst.add(a)
    bst.add(b)
    bst.add(c)

    Edit: I...
  4. trying to use a static Binary search tree with another CLASS

    hello,
    I am having trouble with a certain implementation.

    I have a binarytree class called btree, this classes has all the insert, remove etc function.

    I also have another class inheritance...
Results 1 to 4 of 4