Skip to content
forked from Ivanqi/algorithm

整理一下使用过的算法和数据结构

Notifications You must be signed in to change notification settings

wcvb13/algorithm

 
 

Repository files navigation

Algorithm

  • 整理一下使用过的算法和数据结构
  • 课程来源:《数据结构和算法之美》-作者:王争

列表

项目 描述
ac_automata AC自动机
array 数组
balanced_tree 二叉平衡树
binary_search_tree 二叉查找树
bitmap 位图
bplustree B+树
btree B树
combination 组合
complete_binary_tree 完全二叉树
divide_and_conquer 分治算法
dynamic_programming 动态规划
graph
greedy 贪心算法
hash_table 散列表
heap
linkedlist 链表
permutation 排列
queue 队列
rbtree 红黑树
recall 回溯算法
recursion 递归
search 搜索
skiplist 跳表
sort 排序
stack
string_matching 字符串匹配
tree
trie 字典树

About

整理一下使用过的算法和数据结构

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 51.5%
  • C++ 47.6%
  • Other 0.9%