Skip to content

Breeze-zhe/Iridescent

 
 

Repository files navigation

Iridescent

Solid data structure and algorithms in Python

Data Structure

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

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

About

Solid data structure and algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%