# max-algorithm **Repository Path**: max-lu/max-algorithm ## Basic Information - **Project Name**: max-algorithm - **Description**: 算法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2023-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: 算法 ## README # 算法 ## 线性结构 ### 链表:ListNode ### 队列:Queue ### 栈:Stack ## 树性结构 ### 二叉树(Binary Tree) ### 堆(Heap) ### 并查集(Union-find) ## 排序 ### 快速排序(Quick-Sort) ### 归并排序(Merge-Sort) ## 查找与搜索 ### 二分算法(Binary-Search)