CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: javaguys

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    2,235

    Re: Big O Notion Help for project

    i know how to find number of operation, but i need to know big o of this codes in part b, i want to tell you that just first material talking about algorithms so sorry if i need just Little help
  2. Replies
    9
    Views
    2,235

    Re: Big O Notion Help for project

    O(logN) and O(N^3) for third and fourth this is true answer?

    hmmm, what about part B bro?
  3. Replies
    9
    Views
    2,235

    Re: Big O Notion Help for project

    thanks bro,i want o(n) of it, as i said above for:
    1)
    (n + 3 )(n + n^2+ 4)

    2)5logn+3n+1000


    3)Logn+ 100 +1/ n^2

    4)100n^2+ ½ n^3 +5
  4. Replies
    9
    Views
    2,235

    Re: Big O Notion Help for project

    this my answer for first part:

    first: n3

    sec:n

    third:n2

    forth:n2
  5. Replies
    9
    Views
    2,235

    Big O Notion Help for project

    hello guys i am in 3th years of studying in uni,i am toke this example as a heading of my project and need answers for it with all thanks, i am software eng

    first part: O(g(n)) for this:

    (n +...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured