数据结构


Linear List 线性表

Disjoint Set Union 并查集

Hash Table 哈希表

Tree Data Structures 树形数据结构合集

Basics of Graph 图初步

Sparse Table ST 表

算法


Sorting Algorithms 排序算法合集

Greedy Algorithm 贪心算法

Binary Search 二分查找及二分答案

Searching Algorithms 搜索算法

Optimization Techniques 常见优化技巧

Prefix Sum, Difference and Discretization 前缀和、差分与离散化

Algorithms Used in String 字符串相关算法

Minimum Spanning Tree 最小生成树

Shortest Path 最短路