CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    21

    fundamentals time complexity

    I know nothing about time complexity in algorithms, and I need a guide to start out because I want to calculate the performance of an algorithm that I made.
    my math knoweledge is average, but I think I need some "didactic" text, not a complete/university monograph. Any link?
    thanks.

  2. #2

    Re: fundamentals time complexity

    This topcoder tutorial might be at the level you want.

  3. #3
    Join Date
    Sep 2008
    Posts
    21

    Re: fundamentals time complexity

    I can't read it now, but it seems ok for my needs
    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured