Search:

Type: Posts; User: shanem

Search: Search took 0.23 seconds.

  1. Thread: Big O

    by shanem
    Replies
    6
    Views
    1,153

    Re: Big O

    The question is not on the code , it is not meant to be used to run a program, it is a theory question to figure out the value for COUNTER when you put the values in for firstly n=2 and then n=5
  2. Thread: Big O

    by shanem
    Replies
    6
    Views
    1,153

    Re: Big O

    program keeps running
  3. Thread: Big O

    by shanem
    Replies
    6
    Views
    1,153

    Re: Big O

    it is not a question about the code, it is a theory question on Big O complexity. It asks to figure out what the value for counter is when the values are put in for n.
  4. Thread: Big O

    by shanem
    Replies
    6
    Views
    1,153

    Big O

    I got this question , it is a theory question on Big 0
    1-if n is 2 what is the final value for counter
    2-if n is 5 what is the final value for counter
    3-in light of this derive a expression for...
  5. Replies
    7
    Views
    2,259

    Re: class assignment

    i figured it out earlier i just need a nested for loop but thanks for all the help NOT
  6. Replies
    7
    Views
    2,259

    Re: class assignment

    yes , i want to do this using a nested loop
  7. Replies
    7
    Views
    2,259

    class assignment

    hi i want to take in a integer from the user and use a boolean true or false to find out if each number is unique?? i know how to take in the number and convert it to a string but having trouble...
  8. Replies
    7
    Views
    2,259

    class assignment

    hi i want to take in a integer from the user and use a boolean true or false to find out if each number is unique?? i know how to take in the number and convert it to a string but having trouble...
Results 1 to 8 of 8