Data Structure with Python
Aug 11, 2021
本文將記錄常用資料結構的Python實作方式,未來也可能會額外記錄一篇用C語言實現的資料結構Data Structure with C
Stack
queue
https://gist.github.com/e96031413/8397fabb7ab52e4f292a6f1b65d47ceb
Linked list
https://lovedrinkcafe.com/python-single-linked-list/
https://gist.github.com/e96031413/1435c22fd50a0
Hash Table
https://gist.github.com/e96031413/079ba388f4fdf69e192bd31b63d2bdfd
Heap
https://gist.github.com/e96031413/6aa7aa65bcbb631b2fb04af50e2bf25e