Time complexity of appending a list to a list

后端 未结 0 1056
自闭症患者
自闭症患者 2021-01-31 10:53

I understand the amortized complexity of appending an element to a list is O(1) but what is the time complexity of appending a list to a list?

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