Search:

Type: Posts; User: masterg

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,288

    binary tree problem

    ok so i have a binary tree(not a search one)

    i declared it using an array like this


    a[7]=0 1 2 3 4 5 6//lets say

    1 2 3 4 5 6 7

    node 0 is the root and has the key 1
  2. Replies
    15
    Views
    2,295

    ok i'm a litlle nervous here because for 2 days...

    ok i'm a litlle nervous here because for 2 days i'm doing this stupid problem


    when i enter the middlenode function, x is set before the node with a info...this is for C_ntua to be no doubt...
    ...
  3. Thread: Trees

    by masterg
    Replies
    2
    Views
    1,373

    Trees

    hy, where i can get some good tutorials about trees

    Binary trees , Hufman trees and heap procedure...

    thanks...

    //best regards
  4. Replies
    15
    Views
    2,295

    ok..so i'm back this the code so far ...

    ok..so i'm back

    this the code so far


    #include <iostream>

    using namespace std;

    struct node
  5. Replies
    15
    Views
    2,295

    thanks mats, your information is great but i have...

    thanks mats, your information is great but i have a question
    lets assume the next linked list
    1 2 3 3 3 5 6

    if i want to delete 3 i would delete first 3 and i'l be linked with next one
  6. Replies
    15
    Views
    2,295

    thank you very much for reply's , i didn't expect...

    thank you very much for reply's , i didn't expect that much reply's


    ok so i have here a linked list with n nodes
    i've wrote it in english



    #include <iostream>
  7. Replies
    15
    Views
    2,295

    linked list problems

    hello
    the problem is like this i have a linked list, i need to delete the nods that have info 'a'

    the program is this one




    #include <iostream>
Results 1 to 7 of 7