time complexity of a program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • destination
    New Member
    • Dec 2009
    • 34

    time complexity of a program

    How to find time complexity of a program and various algorithm??
    Can anyone suggest me any reading on this topic?
  • jonthysell
    New Member
    • Sep 2008
    • 8

    #2
    Originally posted by destination
    How to find time complexity of a program and various algorithm??
    Can anyone suggest me any reading on this topic?
    You might try starting here: Big O Notation - just how bad is that algorithm?

    Comment

    Working...