Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0voice/algorithm-structure
/ functions
Functions
1,046 in github.com/0voice/algorithm-structure
⨍
Functions
1,046
◇
Types & classes
123
↓ 28 callers
Method
size
B*树算法/fplan.h:66
↓ 24 callers
Function
bt_key_cmp
B+树算法/btree.c:54
↓ 24 callers
Function
gotoxy
开源项目/打砖块游戏/game.c:335
↓ 20 callers
Function
gotoxy
开源项目/打飞机游戏/game.c:37
↓ 17 callers
Function
gotoxy_putc
开源项目/弹球游戏/game.h:46
↓ 15 callers
Function
cal
经典项目/24点问题.c:9
↓ 14 callers
Function
fib_print
斐波那契堆/fibonacci_heap.c:656
↓ 12 callers
Function
rb_set_parent
红黑树算法/rbtree.h:44
↓ 12 callers
Function
swap
堆排序算法/heap_sort.c:6
↓ 11 callers
Function
I
决策树/id3.c:193
↓ 11 callers
Function
write
开源项目/五子棋/game02.c:81
↓ 10 callers
Function
binomial_print
二项堆/binomial_heap.c:445
↓ 10 callers
Function
fib_heap_extract_min
斐波那契堆/fibonacci_heap.c:337
↓ 10 callers
Function
fib_heap_insert_key
* 新建键值为key的节点,并将其插入到斐波那契堆中 */
斐波那契堆/fibonacci_heap.c:124
↓ 9 callers
Function
fib_heap_make
* 创建斐波那契堆 */
斐波那契堆/fibonacci_heap.c:63
↓ 8 callers
Function
bt_branch_update
B+树算法/btree.c:769
↓ 8 callers
Function
compare
八枚银币/八枚银币.c:26
↓ 7 callers
Function
DisplayBoard
打印棋盘
开源项目/扫雷游戏/minesweeper.c:10
↓ 7 callers
Function
fib_heap_destroy
斐波那契堆/fibonacci_heap.c:617
↓ 7 callers
Function
getsum
模拟退火算法/模拟退火算法.c:19
↓ 7 callers
Function
gotoxy
直接从别人那儿拿来用了,看不懂~~~~(>_<)~~~~ */
开源项目/贪吃蛇/game.c:141
↓ 7 callers
Function
part8
开源项目/文字冒险游戏/game.c:310
↓ 7 callers
Function
visit
老鼠走迷宫2/老鼠走迷官(2).c:36
↓ 6 callers
Function
binomial_insert
* 新建key对应的节点,并将其插入到二项堆中。 * * 参数说明: * heap -- 原始的二项树。 * key -- 键值 * 返回值: * 插入key之后的二项树 */
二项堆/binomial_heap.c:199
↓ 6 callers
Function
bt_branch_del
B+树算法/btree.c:394
↓ 6 callers
Function
bt_leaf_move2right
B+树算法/btree.c:434
↓ 6 callers
Function
delay_ms
延时函数
开源项目/老虎机游戏/game.c:43
↓ 6 callers
Function
fib_node_add
* 将"单个节点node"加入"链表root"之前 * a …… root * a …… node …… root * * 注意: 此处node是单个节点,而root是双向链表 */
斐波那契堆/fibonacci_heap.c:35
↓ 6 callers
Function
fib_node_remove
* 将node从双链表移除 */
斐波那契堆/fibonacci_heap.c:22
↓ 6 callers
Function
go
开源项目/中国象棋/game.c:154
↓ 6 callers
Function
gotoxy
直接从别人那儿拿来用了,看不懂~~~~(>_<)~~~~ */
开源项目/贪吃蛇(穿墙)/game.c:140
↓ 6 callers
Function
gotoxy_puts
开源项目/弹球游戏/game.h:52
↓ 6 callers
Method
packing
B*树算法/btree.cc:111
↓ 6 callers
Function
save
将信息存入文件
开源项目/文字冒险游戏/game.c:78
↓ 5 callers
Function
DeQueue
链式队列/链式队列.c:21
↓ 5 callers
Function
Insert
START: fig6_8.txt */ H->Element[ 0 ] is a sentinel */ * 插入操作 * @param X 待插入的元素 * @param H 要插入的目标堆 */
二叉堆/binheap.c:63
↓ 5 callers
Function
SingleRotateWithRight
伸展树算法/splay_tree.c:41
↓ 5 callers
Function
__rb_rotate_left
红黑树算法/rbtree.c:3
↓ 5 callers
Function
__rb_rotate_right
红黑树算法/rbtree.c:26
↓ 5 callers
Function
binomial_search
* 查找:在二项堆中查找键值为key的节点 */
二项堆/binomial_heap.c:10
↓ 5 callers
Function
bt_branch_move2left
B+树算法/btree.c:200
↓ 5 callers
Function
bt_branch_move2right
B+树算法/btree.c:210
↓ 5 callers
Function
bt_leaf_move2left
B+树算法/btree.c:422
↓ 5 callers
Function
bt_new_node
B+树算法/btree.c:31
↓ 5 callers
Function
cell_name
开源项目/game-of-life/lifegen.c:36
↓ 5 callers
Function
dlrTree
先序遍历,中序遍历和后序遍历
完全二叉树算法/CBT.c:245
↓ 5 callers
Method
getCost
B*树算法/fplan.cc:37
↓ 5 callers
Function
get_random
开源项目/弹球游戏/game.h:33
↓ 5 callers
Function
my_strlen
(str)
开源项目/成语接龙/getopt.c:168
↓ 5 callers
Function
print
经典项目/黑白子交换.c:61
↓ 5 callers
Function
xrbtree_left_rotate
红黑树算法/xrbtree.c:309
↓ 5 callers
Function
xrbtree_right_rotate
红黑树算法/xrbtree.c:339
↓ 4 callers
Function
EnQueue
进队
循环队列/循环队列.c:38
↓ 4 callers
Function
FindVertex
拓扑排序算法/拓扑排序.c:33
↓ 4 callers
Function
IsEmpty
* 判断堆是否为空 * @param H * @return */
二叉堆/binheap.c:140
↓ 4 callers
Function
MatchBrackets
静态栈/静态栈.c:83
↓ 4 callers
Function
SingleRotateWithLeft
伸展树算法/splay_tree.c:25
↓ 4 callers
Function
binomial_union
* 合并二项堆:将h1, h2合并成一个堆,并返回合并后的堆 */
二项堆/binomial_heap.c:115
↓ 4 callers
Function
bt_leaf_real_add
B+树算法/btree.c:466
↓ 4 callers
Function
change
经典项目/黑白子交换.c:71
↓ 4 callers
Function
div
长PI/长PI.c:90
↓ 4 callers
Function
enQueue
链式队列/链式队列.c:12
↓ 4 callers
Function
enQueue
顺序队列/顺序队列.c:3
↓ 4 callers
Function
find
并查集/并查集.c:20
↓ 4 callers
Function
get_position
* 返回ch在matrix矩阵中的位置 */
图/有向图/有向图.c:29
↓ 4 callers
Function
i_touch
开源项目/中国象棋/game.c:188
↓ 4 callers
Function
nextxy
经典项目/马踏棋盘.c:14
↓ 4 callers
Function
p
经典项目/自动发牌程序.c:50
↓ 4 callers
Function
rand_bool
B*树算法/fplan.cc:357
↓ 4 callers
Function
seconds
B*树算法/fplan.cc:365
↓ 4 callers
Function
tick
开源项目/打飞机游戏/game.c:29
↓ 3 callers
Function
Display
开源项目/五子棋/game02.c:91
↓ 3 callers
Function
GetSubSet
决策树/id3.c:411
↓ 3 callers
Function
InitBoard
初始化棋盘
开源项目/扫雷游戏/minesweeper.c:4
↓ 3 callers
Function
L_Rotate
平衡二叉树算法/AVLtree.c:19
↓ 3 callers
Function
LocateVex
根据顶点本身数据,判断出顶点在二维数组中的位置
广度优先搜索/广度优先搜索.c:27
↓ 3 callers
Function
R_Rotate
平衡二叉树算法/AVLtree.c:12
↓ 3 callers
Function
bt_branch_real_add
B+树算法/btree.c:115
↓ 3 callers
Function
bt_child_handle
B+树算法/btree.c:786
↓ 3 callers
Function
bt_keynum
B+树算法/btree.c:72
↓ 3 callers
Function
choose
开源项目/21点游戏/game.c:56
↓ 3 callers
Function
createnode
二叉树排序/binary_tree_sort.c:59
↓ 3 callers
Function
fib_heap_cut
* 将node从父节点parent的子链接中剥离出来, * 并使node成为"堆的根链表"中的一员。 */
斐波那契堆/fibonacci_heap.c:375
↓ 3 callers
Function
fib_heap_search
* 在斐波那契堆heap中查找键值为key的节点 */
斐波那契堆/fibonacci_heap.c:557
↓ 3 callers
Method
getArea
B*树算法/fplan.h:68
↓ 3 callers
Function
getNextChild
2-3-4树算法/2-3-4.c:21
↓ 3 callers
Function
getopt
(argc, argv, optstring)
开源项目/成语接龙/getopt.c:632
↓ 3 callers
Function
isQueueEmpty
Wether the queue is empty @param queue The queue need to adjust @return If the queue is null,return 1 otherwise return 0 */
图/无权图/无权图.c:158
↓ 3 callers
Function
is_malloc_ok
malloc是否正确执行*/
动态栈/动态栈.c:18
↓ 3 callers
Method
keep_best
B*树算法/btree.cc:268
↓ 3 callers
Function
menu
开源项目/井字棋/game.c:11
↓ 3 callers
Function
merge
并查集/并查集.c:24
↓ 3 callers
Function
merge_leftist
* 合并"左倾堆x"和"左倾堆y" * * 返回值: * 合并得到的树的根节点 */
左倾堆/leftist.c:83
↓ 3 callers
Function
merge_skewheap
* 合并"斜堆x"和"斜堆y" * * 返回值: * 合并得到的树的根节点 */
斜堆/skewheap.c:76
↓ 3 callers
Function
my_free
红黑树算法/rbtree-tst.c:59
↓ 3 callers
Function
my_search
红黑树算法/rbtree-tst.c:14
↓ 3 callers
Function
part1
开源项目/文字冒险游戏/game.c:104
↓ 3 callers
Function
print_leftist
左倾堆/leftist.c:197
↓ 3 callers
Function
print_skewheap
斜堆/skewheap.c:175
↓ 3 callers
Function
printboard
开源项目/井字棋/game.c:34
next →
1–100 of 1,046, ranked by callers