前端小誌(轉型中)

一個用來記錄人老會忘記的地方

Python 小雜記

2019年03月30日
不好寫成一篇的就放這,可能大部份是刷leetcode的時候想的。

list pop

  • list.pop() without arguments O(1) (from the last)

  • list.pop() with arguments O(n) (need to reorganize list)


展開Disqus
分類
最近文章
友站連結
© 2019 Ernie Yang