小魚要學數據結構(基於python)—Day2棧

目錄 數據結構學習筆記(北大公開課) 線性結構 棧 數據結構學習筆記(北大公開課) 線性結構 下面是本課知識概覽 python 棧 1.如何用python實現棧web #實現stack class Stack: def __init__(self): self.items=[] def isEmpty(self): return self.items
相關文章
相關標籤/搜索