English | 简体中文
In this repository, I will write some common data structures:
- array list and linked list
- stack and queue
- binary search tree
- set and map based on binary search tree
- heap
- priority queue
- segment tree
- trie
- union-find
- AVL tree
- red-black tree
- hash table
and use these data structures to solve some leetcode problems.