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

Search:

Type: Posts; User: majeed2003

Search: Search took 0.05 seconds.

  1. Replies
    8
    Views
    4,122

    Re: Big O notation

    Thanks a lot, thanks for the effort and the time. It made things much easier for me in understanding the concept of Big O notation.

    O(N): it is more of looking for an element in the index of the...
  2. Replies
    8
    Views
    4,122

    Re: Big O notation

    Thanks a lot, thanks for the effort and the time. It made things much easier for me in understanding the concept of Big O notation.

    O(N): it is more of looking for an element in the index of the...
  3. Replies
    8
    Views
    4,122

    Re: Big O notation

    Thank you very much Nuzzle, really grateful.

    I just to make sure I got the idea. I want to see if I can determine the differ in time complexity in Big O notation. It seems if the code is...
  4. Replies
    8
    Views
    4,122

    Big O notation

    I have been studying Big O notation and watch videos and read book about the big O notation. I understand the purpose of it but I need to make sure that I got the whole concept of the Big O because I...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured