MCPcopy Create free account

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

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

↓ 1 callersFunctiondeleteEleFromQueue
delete a element from a queue @param queue The queue will be deleted a element @return The element has been deleted */
图/无权图/无权图.c:186
↓ 1 callersFunctiondestroy_leftist
* 销毁左倾堆 */
左倾堆/leftist.c:161
↓ 1 callersFunctiondestroy_skewheap
* 销毁斜堆 */
斜堆/skewheap.c:139
↓ 1 callersFunctiondisplay
开源项目/老虎机游戏/game.c:50
↓ 1 callersFunctiondraw_one
开源项目/2048游戏/game_2048.c:79
↓ 1 callersFunctionduizhan
开源项目/猜拳游戏/game.c:73
↓ 1 callersFunctioneightcoins
八枚银币/八枚银币.c:32
↓ 1 callersFunctionevalPf
后序式/后序式.c:18
↓ 1 callersFunctionexchange
魔方阵3/魔方阵(3).c:52
↓ 1 callersFunctionf
回溯算法/回溯算法.cpp:7
↓ 1 callersFunctionfactor
完美数/完美数.c:45
↓ 1 callersFunctionfactorial_iteration
迭代计算阶乘
经典项目/分别用递归法和迭代法求阶乘.c:14
↓ 1 callersFunctionfactorial_recursion
递归计算阶乘
经典项目/分别用递归法和迭代法求阶乘.c:5
↓ 1 callersFunctionfib_heap_cons_make
* 创建fib_heap_consolidate所需空间 */
斐波那契堆/fibonacci_heap.c:225
↓ 1 callersFunctionfib_heap_consolidate
* 合并斐波那契堆的根链表中左右相同度数的树 */
斐波那契堆/fibonacci_heap.c:245
↓ 1 callersFunctionfib_heap_delete
斐波那契堆/fibonacci_heap.c:585
↓ 1 callersFunctionfib_heap_increase
* 将斐波那契堆heap中节点node的值增加为key */
斐波那契堆/fibonacci_heap.c:448
↓ 1 callersFunctionfib_heap_insert_node
* 将节点node插入到斐波那契堆heap中 */
斐波那契堆/fibonacci_heap.c:108
↓ 1 callersFunctionfib_heap_link
* 将node链接到root根结点 */
斐波那契堆/fibonacci_heap.c:207
↓ 1 callersFunctionfib_heap_remove_min
* 将"堆的最小结点"从根链表中移除, * 这意味着"将最小节点所属的树"从堆中移除! */
斐波那契堆/fibonacci_heap.c:188
↓ 1 callersFunctionfib_node_cat
* 将双向链表b链接到双向链表a的后面 * * 注意: 此处a和b都是双向链表 */
斐波那契堆/fibonacci_heap.c:48
↓ 1 callersFunctionfib_node_destroy
* 销毁斐波那契堆 */
斐波那契堆/fibonacci_heap.c:602
↓ 1 callersFunctionfib_node_make
* 创建斐波那契堆的节点 */
斐波那契堆/fibonacci_heap.c:85
↓ 1 callersFunctionfib_node_search
* 在最小堆root中查找键值为key的节点 */
斐波那契堆/fibonacci_heap.c:528
↓ 1 callersFunctionfibsearch
费式搜寻
费氏搜寻法/费氏搜寻法.c:60
↓ 1 callersFunctionfindPath
图/无权图/无权图.c:281
↓ 1 callersFunctionfindx
找x值
费氏搜寻法/费氏搜寻法.c:51
↓ 1 callersFunctionfsum
完美数/完美数.c:59
↓ 1 callersFunctionfull_check
开源项目/井字棋/game.c:112
↓ 1 callersFunctionfun
经典项目/要发就发(1898)问题.c:36
↓ 1 callersFunctionfun
经典项目/在字符串的指定位置插入字符.c:6
↓ 1 callersFunctionfun
判断参数n是否为素数*/
经典项目/求回文素数.c:46
↓ 1 callersFunctionfun
经典项目/删除星号.c:7
↓ 1 callersFunctiongame
开源项目/扫雷游戏/main.c:12
↓ 1 callersFunctiongame
开源项目/井字棋/game.c:124
↓ 1 callersFunctiongenerate_block
开源项目/打砖块游戏/game.c:133
↓ 1 callersFunctionget24
经典项目/24点问题.c:66
↓ 1 callersFunctiongetCharNum
* 统计文件的字符数、单词数、行数 * * @param filename 文件名 * @param totalNum 文件统计数据 * * @return 成功返回统计数据,否则返回NULL **/
经典项目/统计文件中的字符数、单词数以及总行数.c:44
↓ 1 callersFunctiongetCurse
开源项目/五子棋/game02.c:63
↓ 1 callersMethodgetDeadSpace
B*树算法/fplan.cc:46
↓ 1 callersMethodgetRecommend
(Map<String, Map<String, Integer>> simUserObjMap, Map<String, Double> simUserSimMap)
推荐算法/协同过滤推荐算法/协同过滤推荐算法.java:116
↓ 1 callersFunctiongetStlyle
开源项目/五子棋/game02.c:39
↓ 1 callersMethodgetTotalArea
B*树算法/fplan.h:67
↓ 1 callersMethodgetUserSimilar
(Map<String, Integer> pm1, Map<String, Integer> pm2)
推荐算法/协同过滤推荐算法/协同过滤推荐算法.java:89
↓ 1 callersFunctionget_command
开源项目/中国象棋/game.c:331
↓ 1 callersFunctionhanoi
河内之塔/Hanoi.c:6
↓ 1 callersFunctionhasEdge
两节点是否有边
邻接矩阵/邻接矩阵.c:49
↓ 1 callersFunctionheap_sort
make min heap
堆排序算法/heap_sort.c:34
↓ 1 callersFunctionhelp
开源项目/打砖块游戏/game.c:323
↓ 1 callersFunctionhermite
经典项目/计算厄密多项式.c:13
↓ 1 callersFunctioninit
生命游戏/生命游戏.c:62
↓ 1 callersFunctioninit
开源项目/2048游戏/game_2048.c:29
↓ 1 callersFunctioninit
并查集/并查集.c:12
↓ 1 callersMethodinit
B*树算法/btree.cc:26
↓ 1 callersFunctioninitGame
开源项目/五子棋/game01.c:32
↓ 1 callersFunctioninitGame
开源项目/俄罗斯方块/game.c:78
↓ 1 callersFunctioninitQueue
链式队列/链式队列.c:7
↓ 1 callersFunctioninitTree
完全二叉树算法/CBT.c:22
↓ 1 callersFunctioninit_game
开源项目/贪吃蛇(穿墙)/game.c:110
↓ 1 callersFunctioninit_game
开源项目/贪吃蛇/game.c:111
↓ 1 callersFunctioninit_stack
初始化栈*/
动态栈/动态栈.c:37
↓ 1 callersFunctioninitfield
开源项目/弹球游戏/game.h:57
↓ 1 callersFunctioninitgame
开源项目/弹球游戏/game.h:81
↓ 1 callersFunctioninsertEdge
insert a edge to graph.We will distinct oriented graph and undirected graph The e->v1 and e->v2 are the vertexs' indexs in the adjacent table @param
图/无权图/无权图.c:84
↓ 1 callersFunctioninsertNode
树表查找/biTree.c:60
↓ 1 callersFunctioninsertsort
插入排序算法/InsertSort.c:9
↓ 1 callersFunctionintsrch
插补搜寻法/插补搜寻法.c:33
↓ 1 callersFunctionisCrash
开源项目/俄罗斯方块/game.c:141
↓ 1 callersFunctionis_win
开源项目/中国象棋/game.c:53
↓ 1 callersMethodisleaf
B*树算法/btree.h:23
↓ 1 callersFunctionjifen
开源项目/猜拳游戏/game.c:165
↓ 1 callersFunctionjudge
经典项目/分糖果问题.c:36
↓ 1 callersFunctionjudge
开源项目/五子棋/game01.c:97
↓ 1 callersFunctionkeyScan
开源项目/老虎机游戏/game.c:73
↓ 1 callersFunctionldrTree
完全二叉树算法/CBT.c:255
↓ 1 callersFunctionleftist_print
* 打印"左倾堆" * * heap -- 左倾堆的节点 * key -- 节点的键值 * direction -- 0,表示该节点是根节点; * -1,表示该节点是它的父结点的左孩子; * 1,表示
左倾堆/leftist.c:183
↓ 1 callersFunctionlevelTree
二叉树的遍历 层次遍历
完全二叉树算法/CBT.c:217
↓ 1 callersFunctionlianxi
开源项目/猜拳游戏/game.c:22
↓ 1 callersFunctionlinearsearch
线性查找/线性查找.c:57
↓ 1 callersMethodlist_information
B*树算法/fplan.cc:311
↓ 1 callersFunctionloadGame
读档
开源项目/文字冒险游戏/game.c:64
↓ 1 callersFunctionlrdTree
完全二叉树算法/CBT.c:265
↓ 1 callersFunctionmagic_o
魔方阵3/魔方阵(3).c:35
↓ 1 callersFunctionmain
开源项目/猜拳游戏/game.c:187
↓ 1 callersFunctionmake_binomial_node
* 新建二项堆节点 */
二项堆/binomial_heap.c:170
↓ 1 callersFunctionmap_init
初始化地图
开源项目/打砖块游戏/game.c:75
↓ 1 callersMethodmatrixMultiply
(int[] matrixChain)
矩阵连乘/动态规划迭代实现.java:31
↓ 1 callersFunctionmaxImum
返回二叉树的最大节点,空树返回NULL
树表查找/biTree.c:26
↓ 1 callersFunctionmaxguest
最大访客数/最大访客数.c:42
↓ 1 callersFunctionmean
B*树算法/sa.cc:17
↓ 1 callersFunctionmenu
目录(选择新游戏或者读取存档
开源项目/文字冒险游戏/game.c:27
↓ 1 callersFunctionmenu
开源项目/猜拳游戏/game.c:65
↓ 1 callersFunctionmerge
归并排序算法/mergesort.c:8
↓ 1 callersFunctionmerge_sort
归并排序算法/mergesort.c:38
↓ 1 callersFunctionminImum
返回二叉树的最小节点,空树返回NULL
树表查找/biTree.c:18
↓ 1 callersFunctionmoveGraph
开源项目/俄罗斯方块/game.c:201
↓ 1 callersFunctionmove_is_ok
开源项目/中国象棋/game.c:41
↓ 1 callersFunctionmoves
开源项目/中国象棋/game.c:287
↓ 1 callersFunctionmoveshoot
开源项目/打飞机游戏/game.c:210
↓ 1 callersFunctionmy_insert
红黑树算法/rbtree-tst.c:34
← previousnext →401–500 of 1,046, ranked by callers