What is the time complexity? What is the space complexity?

  • Time complexity stands for progressive complexity of time (asymptotic time complexity), represents a growth of the relationship between the execution time of the algorithm and the data size.
  • Space complexity is the full name of the complexity of progressive space (asymptotic space complexity), it represents the relationship between the growth of storage algorithms and data scale.


Description link

 


 

 

Guess you like

Origin www.cnblogs.com/ConstXiong/p/12148104.html