Search:

Type: Posts; User: ezionice

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    2,258

    Thank u Jim,u are the best :D

    Thank u Jim,u are the best :D
  2. Replies
    13
    Views
    2,258

    During the debug i have these problem!1276012761

    During the debug i have these problem!1276012761
  3. Replies
    13
    Views
    2,258

    if u delete from the code the program...

    if u delete from the code

    the program run...What does your post?[/FONT][/COLOR]
  4. Replies
    13
    Views
    2,258

    The program works perfectly if the...

    The program works perfectly if the functionfindMax is not called ! How can I solve this problem?
  5. Replies
    13
    Views
    2,258

    New code

    I changed the method's name but the problem remains.The new code:
  6. Replies
    13
    Views
    2,258

    Functions Max in binary tree

    Hello everyone, I have a problem with the C code . I created two functions, one that runs through the tree inorder, the other that returns the maximum value in the tree. The problem is when I use in...
  7. Replies
    14
    Views
    1,508

    ok thank u laserlight...

    ok thank u laserlight!I have write this code:


    typedef struct node data;


    struct elem{
    data d;
    struct elem *next;
    };
  8. Replies
    14
    Views
    1,508

    ok, so I have to create a stack consists of...

    ok, so I have to create a stack consists of elements that contain pointers. But how do I declare the pointer type?For example:


    struct elem{
    int d;
    struct elem *next;
    }
    typedef struct elem...
  9. Replies
    14
    Views
    1,508

    I implemented a Stack consists of Linked-List....

    I implemented a Stack consists of Linked-List. But the problem is that I can not implement a stack that can contain pointers to nodes of a binary tree!How can i do it?
  10. Replies
    14
    Views
    1,508

    I'd like to test it I do not know how to develop...

    I'd like to test it I do not know how to develop a stack that contains pointers to a binary tree! Can you help me create a stack with these characteristics?
  11. Replies
    14
    Views
    1,508

    Someone can help me?This code is correct?Thanks

    Someone can help me?This code is correct?Thanks
  12. Replies
    14
    Views
    1,508

    ok thanks!I have correct : int...

    ok thanks!I have correct :


    int lessthan(struct nodo*r,int val){ if (r == NULL) return 0;


    int nvalm=0;

    Push(S,r);
  13. Replies
    14
    Views
    1,508

    Binary search tree

    Hi at all!This is my new post!I am preparing the examination of algorithms and data structures at the university! Would I need an opinion on an exercise for the final exam! Here is the text:Consider...
Results 1 to 13 of 13