Breeze-zhe / Iridescent

Solid data structure and algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iridescent

Solid data structure and algorithms in Python

Data Structure

  • 数组
  • 链表
  • 堆栈
  • 队列
    • 循环队列
  • 二叉树
    • 二叉树的遍历
  • 二叉搜索树
  • 平衡查找树
    • AVL 树
    • 红黑树
    • B树、B+树
  • 字典树
  • 并查集
  • 哈希表

(建议在本地查看.ipynb文件,方便运行和页内跳转)

About

Solid data structure and algorithms

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%