/dsa-py

Implementation of data structure & algorithm using Python

Primary LanguagePython

Python 建立自己的資料結構 Module

旨在學習資料結的同時,練習 Python 語法及物件導向觀念。

盡量自己實作每個資料結構, 但因為 Python 本身屬於較高階的程式語言, 無法像 C/C++ 操作記憶體, 會盡量模擬以達成條件去進行。