Search:

Type: Posts; User: shayke

Search: Search took 0.00 seconds.

  1. Thread: Binary tree

    by shayke
    Replies
    3
    Views
    9,356

    I know how to print All values but i don't know...

    I know how to print All values but i don't know how to print N values.
  2. Thread: Binary tree

    by shayke
    Replies
    3
    Views
    9,356

    Binary tree

    How would you print the biggest N numbers from big to small in a binary tree without put it in an array?
  3. Replies
    1
    Views
    3,350

    How can i find the size of a struct?

    i have a struct that include 2 points:
    A and B
    i need to make a function that gets a pointer of an array and return the biggest sum of A and B.
    The thing is that i don't know the size of the...
  4. Replies
    1
    Views
    5,360

    How can i get better range?

    Hi, i have written a code that take a decimal number and convert it to binary number.
    for example 14 = 1110
    The problem is that i store the number in double and when i put a number bigger than this...
Results 1 to 4 of 4