Skip to content

GZhonghui/Algorithms

Repository files navigation

Algorithm Notes

  • binary_indexed_tree 树状数组
  • cdq_divide_and_conquer CDQ分治
  • computational_geometry 计算几何
  • disjoint_set 并查集
  • dynamic_programming 动态规划
  • flow_network 网络流
  • fourier_transform 傅立叶变换
  • game_theory 博弈论
  • graph_theory 图论
  • heavy_light_decomposition 树链剖分
  • link_cut_tree
  • mind_traning
  • number_theory 数论
  • segment_tree 线段树
  • self_balancing_tree 平衡树
  • shortest_path 最短路
  • sort 排序
  • spanning_tree 生成树
  • string 字符串
  • treap