Search:

Type: Posts; User: therobot

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,181

    I think I get it, the question is, what's the...

    I think I get it, the question is, what's the difference with the binary code on this site:




    void btree::insert(int key, node *leaf)
    {
    if(key< leaf->key_value)
    {
    ...
  2. Replies
    6
    Views
    1,181

    Basic Programming, BinaryTree

    So I'm quite familiar with java, but need to bring myself up to speed on c++. I've got this code going, very basic, just starting some basic functions. My question is as to why the two argument...
Results 1 to 2 of 2