Search:

Type: Posts; User: abdullahkiran

Search: Search took 0.01 seconds.

  1. need help with function recursion (simple)

    here is the problem:

    The function log∗ is defined by:


    log∗ =

    { x = 0 if x<= 1 }
    { 1 + log∗(log2 x) }otherwise.
  2. Replies
    10
    Views
    1,922

    thanks for everything guys. (especially salem)....

    thanks for everything guys. (especially salem). and i totally agree. i think its stupid that we cant use arrays. but oh well.
  3. Replies
    10
    Views
    1,922

    Thanks salem, but i dont think i am allowed to...

    Thanks salem, but i dont think i am allowed to use arrays. Any other methods you know of?
  4. Replies
    10
    Views
    1,922

    Whats the best way to tell the program to skip...

    Whats the best way to tell the program to skip invalid input and keep searching the text file untill it finds the first valid entry. I was thinking a while loop, but i didnt know how to implement it.
  5. Replies
    10
    Views
    1,922

    trouble with input redirection - C -

    hey guys. i have a program i have to write for uni. i need some help if you have the time. i know this is basic stuff but i missed quite a few lectures, so i am behind. ( as a note arrays are not...
Results 1 to 5 of 5