Abstract


  • Analysis space & time used, related with the input size and observing the trend when input size gets bigger
  • The analysis isn’t limited to particular machine. It applies to all the machines
  • We are only thinking what is the complexity when the input size is approaching Infinity (∞)
  • So when the actual input size in real world is small, the algorithms with worst time complexity may run fast!

Terminologies


Worst Space Complexity

Worst Time Complexity

References