O(m+n) vs O(m) /O(n)

后端 未结 0 1607
一生所求
一生所求 2020-12-19 02:15

Different algorithms have different time complexity. I\'ve been curious about this one too much.

O(m+n) represents a linear function, just similar to O(m) or O(n), wh

相关标签:
回答
  • 消灭零回复
提交回复
热议问题