# algorithm-structure **Repository Path**: lisgroup/algorithm-structure ## Basic Information - **Project Name**: algorithm-structure - **Description**: 2021年最新总结 100个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-28 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 2021年最新总结 100个常用数据结构,算法,算法导论,面试常用,大厂高级工程师总结,持续总结中 ##### [单向链表:初始化,添加,长度,判空,清空,获取结点,插入结点,删除结点](https://github.com/0voice/algorithm-structure/tree/master/%E5%8D%95%E9%93%BE%E8%A1%A8%E7%AE%97%E6%B3%95) ##### [双向链表:初始化,获得头结点,获得尾结点, 插入结点,删除结点](https://github.com/0voice/algorithm-structure/tree/master/%E5%8F%8C%E5%90%91%E9%93%BE%E8%A1%A8%E7%AE%97%E6%B3%95) ##### [二叉树:创建二叉树,插入树结点,前序遍历,中序遍历,后续遍历,二叉树深度,叶结点个数](https://github.com/0voice/algorithm-structure/tree/master/%E4%BA%8C%E5%8F%89%E6%A0%91%E7%AE%97%E6%B3%95) ##### [红黑树:左旋,右旋,添加结点,删除结点,后继结点,查找](https://github.com/0voice/algorithm-structure/tree/master/%E7%BA%A2%E9%BB%91%E6%A0%91%E7%AE%97%E6%B3%95) ##### [B+树:创建b+树,插入结点,删除结点,合并结点,分裂结点,查询,遍历](https://github.com/0voice/algorithm-structure/tree/master/B%2B%E6%A0%91%E7%AE%97%E6%B3%95)