Algorithm Efficiency

Performance

Two areas are important for performance:

  1. space efficiency - the memory required, also called, space complexity
  2. time efficiency - the time required, also called time complexity
prev -- next
one page