Thread: Time complexity of algorithm

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    8

    Time complexity of algorithm

    Hello,

    I need to gain some basic knowledge on time complexities of algorithms ... Could anyone of you please recommend some resource (book, article, website) on computational complexity. I don't really need something very scientific with a ton of math in it, but just to get the fundamentals and to be able to determine an asymptotic formula for a given algorithm.

    Thanks in advance!

  2. #2
    Registered User camel-man's Avatar
    Join Date
    Jan 2011
    Location
    Under the moon
    Posts
    693

  3. #3
    Registered User
    Join Date
    Nov 2011
    Posts
    8
    Thanks camel-man

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Time Complexity
    By Stuart Dickson in forum C Programming
    Replies: 7
    Last Post: 07-20-2010, 03:13 AM
  2. measure time complexity
    By l2u in forum C++ Programming
    Replies: 1
    Last Post: 11-14-2008, 08:07 AM
  3. Algorithm Complexity
    By logicwonder in forum C Programming
    Replies: 4
    Last Post: 01-09-2006, 06:03 AM
  4. question on time complexity
    By blue_gene in forum C++ Programming
    Replies: 10
    Last Post: 05-16-2004, 05:09 AM
  5. Algorithm - Complexity.
    By visitant... in forum C Programming
    Replies: 5
    Last Post: 05-13-2003, 02:24 AM