Search:

Type: Posts; User: saintshion

Search: Search took 0.00 seconds.

  1. Hello, I tried to translate into English what...

    Hello, I tried to translate into English what I'm trying to do the program, if they can help me get him packing to go I would be grateful.

    * do not speak English, I'm using a translator gloogle...
  2. anduril462: I tried to do as you said but did...

    anduril462:
    I tried to do as you said but did not work.

    Look:

    arvore.h:

    struct PERFUME
    {
    struct PERFUME *esq;
  3. Thank you and sorry I'll read

    Thank you and sorry I'll read
  4. still does not work =/

    still does not work =/
  5. sorry! printf("caminho:", rval); return...

    sorry!

    printf("caminho:", rval);
    return rval;

    entrada is the value that the user enters to show the depth
  6. aduril462: thanks! quzah: ok, and to print the...

    aduril462: thanks!

    quzah: ok, and to print the depth?
    example: 4,5,6,1,2

    thanks

    arvoreperfume.c:

    int depthfind(Perfume_ptr pai, int c, int tofind )
  7. How do I find and show the "uncle" of an element And How do I show the depth of a cer

    title: How do I find and show the "uncle" of an element
    And How do I show the depth of a certain element of the tree


    Hello, I have an avl tree and I'm trying to make two functions. The first is...
Results 1 to 7 of 7