/DataStructures

数据结构

Primary LanguageJava

DataStructures

  • AVLTree 平衡树
  • Array 数组
  • BST 二分搜索树
  • HashTable 哈希表
  • LinkedList 链表
  • Map map集合
  • MaxHeap (最大)堆
  • Queue 队列
  • RedBlack 红黑树
  • SegmentTree 线段树
  • Set set集合
  • SkipList 跳表
  • Stack
  • Trie 字段树
  • UnionFind 并查集