MCPcopy Create free account

hub / github.com/0voice/algorithm-structure / functions

Functions1,046 in github.com/0voice/algorithm-structure

↓ 1 callersFunctionPrintHashTable
哈希查找/哈希查找.c:52
↓ 1 callersFunctionPrintHuffmanCode
打印哈夫曼编码的函数
哈夫曼树算法/huffman_tree.c:128
↓ 1 callersFunctionProduceFib
* 生成斐波那契数列 * @param fib:指向存储斐波那契数列的数组的指针 * @param size:斐波那契数列长度 */
斐波那契查找/斐波那契查找.c:10
↓ 1 callersFunctionPut
开源项目/五子棋/game02.c:160
↓ 1 callersFunctionQueueEmpty
判断队列是否为空
广度优先搜索/广度优先搜索.c:114
↓ 1 callersFunctionQueueLength
求长度
循环队列/循环队列.c:17
↓ 1 callersFunctionQuick_Read
迭代加深搜索/迭代加深搜索.cpp:4
↓ 1 callersFunctionQuick_Write
迭代加深搜索/迭代加深搜索.cpp:20
↓ 1 callersFunctionRecurMatrixChain
重叠子问题的递归最优解/重叠子问题的递归最优解.c:21
↓ 1 callersFunctionRightBalance
平衡二叉树算法/AVLtree.c:59
↓ 1 callersFunctionRotate_With_GrandPa
伸展树算法/splay_tree.c:79
↓ 1 callersFunctionRotate_Zag_Zag
伸展树算法/splay_tree.c:73
↓ 1 callersFunctionRotate_Zig_Zig
伸展树算法/splay_tree.c:67
↓ 1 callersFunctionRunGame
开源项目/五子棋/game02.c:189
↓ 1 callersFunctionSA_Floorplan
Simulated Annealing B*Tree Floorplan k: factor of the number of permutation in one temperature local: local search iterations termT: terminat
B*树算法/sa.cc:44
↓ 1 callersFunctionSearchHash
哈希查找/哈希查找.c:68
↓ 1 callersFunctionSearch_seq
查找表查找的功能函数,其中key为关键字
顺序查找/顺序查找.c:25
↓ 1 callersFunctionSelect
HT数组中存放的哈夫曼树,end表示HT数组中存放结点的最终位置,s1和s2传递的是HT数组中权重值最小的两个结点在数组中的位置
哈夫曼树算法/huffman_tree.c:14
↓ 1 callersFunctionSplay_Tree
伸展树算法/splay_tree.c:96
↓ 1 callersFunctionStackInit
静态栈/静态栈.c:19
↓ 1 callersFunctionStackPop
静态栈/静态栈.c:52
↓ 1 callersFunctionStackPush
静态栈/静态栈.c:25
↓ 1 callersFunctionStackTop
静态栈/静态栈.c:36
↓ 1 callersFunctionTopoSort
拓扑排序算法/拓扑排序.c:85
↓ 1 callersFunctionTraceback
重叠子问题的递归最优解/重叠子问题的递归最优解.c:37
↓ 1 callersFunctionTravelChessBoard
经典项目/马踏棋盘.c:88
↓ 1 callersFunctionTreedepth
计算二叉树的深度
完全二叉树算法/CBT.c:177
↓ 1 callersFunctionTreefindnode
查询节点是否存在
完全二叉树算法/CBT.c:44
↓ 1 callersFunctionValue
* @brief 数组取值 */
数组行优先顺序/行优先.c:154
↓ 1 callersFunctionValue
* @brief 数组取值 */
数组列优先顺序/列优先.c:158
↓ 1 callersFunctionWork
迭代加深搜索/迭代加深搜索.cpp:58
↓ 1 callersFunction__rb_erase_color
红黑树算法/rbtree.c:114
↓ 1 callersFunction_binomial_print
* 打印"二项堆" * * 参数说明: * node -- 当前节点 * prev -- 当前节点的前一个节点(父节点or兄弟节点) * direction -- 1,表示当前节点是一个左孩子; *
二项堆/binomial_heap.c:425
↓ 1 callersFunction_fib_heap_delete
* 删除结点node */
斐波那契堆/fibonacci_heap.c:577
↓ 1 callersFunction_fib_heap_update
* 更新二项堆heap的节点node的键值为key */
斐波那契堆/fibonacci_heap.c:503
↓ 1 callersFunction_fib_print
* 打印"斐波那契堆" * * 参数说明: * node -- 当前节点 * prev -- 当前节点的前一个节点(父节点or兄弟节点) * direction -- 1,表示当前节点是一个左孩子; *
斐波那契堆/fibonacci_heap.c:633
↓ 1 callersFunction_merge_sort
归并排序算法/mergesort.c:28
↓ 1 callersFunctionadd
长PI/长PI.c:66
↓ 1 callersFunctionage
经典项目/递归解决年龄问题.c:8
↓ 1 callersFunctionarray
经典项目/魔方阵.c:17
↓ 1 callersFunctionarrayTraverse
冒泡排序算法/BubbleSortMain.c:28
↓ 1 callersFunctionascii_to_integer
把一个数字字符串转换为一个整数。
经典项目/将字符串转换为整数.c:13
↓ 1 callersFunctionbacktrack
八皇后/八皇后.c:38
↓ 1 callersFunctionball_information_init
开源项目/打砖块游戏/game.c:101
↓ 1 callersFunctionball_move
开源项目/打砖块游戏/game.c:163
↓ 1 callersFunctionbfs
图/带权图/带权图.cpp:53
↓ 1 callersFunctionbin_sort
桶排序/bin_sort_main.c:12
↓ 1 callersFunctionbinomial_decrease_key
* 减少关键字的值:将二项堆heap中的节点node的键值减小为key。 */
二项堆/binomial_heap.c:274
↓ 1 callersFunctionbinomial_delete
* 删除节点:删除键值为key的节点,并返回删除节点后的二项树 */
二项堆/binomial_heap.c:372
↓ 1 callersFunctionbinomial_increase_key
* 增加关键字的值:将二项堆heap中的节点node的键值增加为key。 */
二项堆/binomial_heap.c:298
↓ 1 callersFunctionbinomial_merge
* 将h1, h2中的根表合并成一个按度数递增的链表,返回合并后的根节点 */
二项堆/binomial_heap.c:85
↓ 1 callersFunctionbinomial_update_key
* 更新二项堆heap的节点node的键值为key */
二项堆/binomial_heap.c:344
↓ 1 callersFunctionbisearch
二分搜寻法/二分搜寻法.c:44
↓ 1 callersFunctionboard_information_init
开源项目/打砖块游戏/game.c:116
↓ 1 callersFunctionboard_move
开源项目/打砖块游戏/game.c:291
↓ 1 callersFunctionbt_branch_add
B+树算法/btree.c:152
↓ 1 callersFunctionbt_branch_merge
B+树算法/btree.c:375
↓ 1 callersFunctionbt_branch_real_del
B+树算法/btree.c:189
↓ 1 callersFunctionbt_branch_rotate
B+树算法/btree.c:221
↓ 1 callersFunctionbt_branch_split
B+树算法/btree.c:134
↓ 1 callersFunctionbt_free_node
B+树算法/btree.c:49
↓ 1 callersFunctionbt_leaf_add
B+树算法/btree.c:693
↓ 1 callersFunctionbt_leaf_del
B+树算法/btree.c:755
↓ 1 callersFunctionbt_leaf_merge
B+树算法/btree.c:658
↓ 1 callersFunctionbt_leaf_real_del
B+树算法/btree.c:487
↓ 1 callersFunctionbt_leaf_split
B+树算法/btree.c:445
↓ 1 callersFunctionbt_maxkey
B+树算法/btree.c:63
↓ 1 callersFunctionbt_search_branch
B+树算法/btree.c:81
↓ 1 callersFunctionbubbleSort
冒泡排序算法/BubbleSortMain.c:16
↓ 1 callersFunctionbuild
构造图
图/无向图/无向图.c:20
↓ 1 callersFunctionbuildGraph
图/无权图/无权图.c:100
↓ 1 callersFunctioncal
后序式/后序式.c:46
↓ 1 callersFunctioncalculate_model1
经典项目/24点问题.c:21
↓ 1 callersFunctioncalculate_model2
经典项目/24点问题.c:30
↓ 1 callersFunctioncalculate_model3
经典项目/24点问题.c:39
↓ 1 callersFunctioncalculate_model4
经典项目/24点问题.c:48
↓ 1 callersFunctioncalculate_model5
经典项目/24点问题.c:57
↓ 1 callersFunctionchar_to_num
将字符转换成数字*/
经典项目/数制转换.c:40
↓ 1 callersMethodclear
B*树算法/fplan.cc:32
↓ 1 callersFunctioncnt_value
开源项目/2048游戏/game_2048.c:375
↓ 1 callersFunctioncomputermove
开源项目/井字棋/game.c:95
↓ 1 callersFunctioncopu
经典项目/“抢30”游戏.c:45
↓ 1 callersFunctioncopyGlist
广义表/广义表.c:47
↓ 1 callersFunctioncopyGraph
开源项目/俄罗斯方块/game.c:129
↓ 1 callersFunctioncopyMap
生命游戏/生命游戏.c:106
↓ 1 callersFunctioncopyValue
开源项目/俄罗斯方块/game.c:163
↓ 1 callersFunctioncreatGlist
广义表/广义表.c:14
↓ 1 callersFunctioncreate
拓扑排序算法/拓扑排序.c:46
↓ 1 callersFunctioncreateEmptyList
create a empty list to store the queue element*/
图/无权图/无权图.c:138
↓ 1 callersFunctioncreateEmptyQueue
create a empty queye*/
图/无权图/无权图.c:146
↓ 1 callersFunctioncreateEmptyStack
图/无权图/无权图.c:242
↓ 1 callersFunctioncreateGraph
create a graph given the vertex number. @param vertexNum The verter number of the graph @return a graph with vertex but no any egdgs */
图/无权图/无权图.c:63
↓ 1 callersFunctioncreate_example_graph
* 创建图(用已提供的矩阵) */
图/有向图/有向图.c:113
↓ 1 callersFunctioncreate_list
开源项目/成语接龙/main.c:131
↓ 1 callersFunctioncreate_node
创建一个压栈元素*/
动态栈/动态栈.c:43
↓ 1 callersFunctioncreate_stack
创建一个栈*/
动态栈/动态栈.c:28
↓ 1 callersFunctioncreatefib
建立费氏数列,总共求得MAX+1个斐波那契数
费氏搜寻法/费氏搜寻法.c:41
↓ 1 callersFunctiondatchng
开源项目/打飞机游戏/game.c:53
↓ 1 callersFunctiondeQueue
顺序队列/顺序队列.c:9
↓ 1 callersFunctiondecimal_to_object
经典项目/数制转换.c:65
← previousnext →301–400 of 1,046, ranked by callers