René's URL Explorer Experiment


Title: ccalg - 算法原理

direct link

Domain: ccalg.dev

Links:

一、基本介绍https://ccalg.dev/index.html
二、快速开始https://ccalg.dev/getting-started.html
三、接口参考https://ccalg.dev/api-reference.html
四、算法原理https://ccalg.dev/algorithms.html
五、构建指南https://ccalg.dev/building.html
六、性能基准https://ccalg.dev/benchmarks.html
七、线程安全https://ccalg.dev/thread-safety.html
八、伪随机数https://ccalg.dev/random.html
九、大数库https://ccalg.dev/ccbi.html
GitHubhttps://github.com/CandyMi/ccalg
https://ccalg.dev/algorithms.html
ccmap — 红黑树https://ccalg.dev/algorithms.html#ccmap
使用场景https://ccalg.dev/algorithms.html#_2
红黑树五条性质https://ccalg.dev/algorithms.html#_3
插入流程https://ccalg.dev/algorithms.html#_4
旋转操作https://ccalg.dev/algorithms.html#_5
cchashmap — 链式哈希表https://ccalg.dev/algorithms.html#cchashmap
使用场景https://ccalg.dev/algorithms.html#_6
结构https://ccalg.dev/algorithms.html#_7
核心操作流程https://ccalg.dev/algorithms.html#_8
扩容 (Rehash)https://ccalg.dev/algorithms.html#rehash
ccheap — D-ary 堆https://ccalg.dev/algorithms.html#ccheap-d-ary
使用场景https://ccalg.dev/algorithms.html#_9
堆结构(以二叉堆为例)https://ccalg.dev/algorithms.html#_10
插入 (上滤 / Sift-up)https://ccalg.dev/algorithms.html#sift-up
弹出 (下滤 / Sift-down)https://ccalg.dev/algorithms.html#sift-down
操作流程https://ccalg.dev/algorithms.html#_11
cclist — 侵入式双向链表https://ccalg.dev/algorithms.html#cclist
使用场景https://ccalg.dev/algorithms.html#_12
数据结构https://ccalg.dev/algorithms.html#_13
操作流程https://ccalg.dev/algorithms.html#_14
ccvector — 动态数组https://ccalg.dev/algorithms.html#ccvector
使用场景https://ccalg.dev/algorithms.html#_15
数据结构https://ccalg.dev/algorithms.html#_16
扩容流程https://ccalg.dev/algorithms.html#_17
排序https://ccalg.dev/algorithms.html#_18
二分查找https://ccalg.dev/algorithms.html#_19
ccflatmap — 排序数组映射https://ccalg.dev/algorithms.html#ccflatmap
使用场景https://ccalg.dev/algorithms.html#_20
数据结构https://ccalg.dev/algorithms.html#_21
操作流程https://ccalg.dev/algorithms.html#_22
cctreap — Treap (Tree + Heap)https://ccalg.dev/algorithms.html#cctreap-treap-tree-heap
使用场景https://ccalg.dev/algorithms.html#_23
数据结构https://ccalg.dev/algorithms.html#_24
操作流程https://ccalg.dev/algorithms.html#_25
其它特性https://ccalg.dev/algorithms.html#_26
与 ccmap 对比https://ccalg.dev/algorithms.html#ccmap_1
零开销回调https://ccalg.dev/algorithms.html#_27
ccbi — 大数运算https://ccalg.dev/algorithms.html#ccbi
内部表示https://ccalg.dev/algorithms.html#_28
SSO(Small-String Optimization)https://ccalg.dev/algorithms.html#ssosmall-string-optimization
加法 / 减法https://ccalg.dev/algorithms.html#_29
乘法 — 三级派发https://ccalg.dev/algorithms.html#_30
除法 — 左对齐商数位 + 预计算倒数https://ccalg.dev/algorithms.html#_31
模幂 — Montgomery CIOS + Sliding Windowhttps://ccalg.dev/algorithms.html#montgomery-cios-sliding-window
位运算https://ccalg.dev/algorithms.html#_32
字符串转换https://ccalg.dev/algorithms.html#_33
最大公约数 — 二进制 Stein 算法https://ccalg.dev/algorithms.html#stein
ccbits — 位运算原语https://ccalg.dev/algorithms.html#ccbits
popcount — 人口计数(Population Count)https://ccalg.dev/algorithms.html#popcount-population-count
clz — 前导零计数https://ccalg.dev/algorithms.html#clz
ctz — 尾零计数https://ccalg.dev/algorithms.html#ctz
rotl / rotr — 循环移位https://ccalg.dev/algorithms.html#rotl-rotr
bswap — 字节序反转https://ccalg.dev/algorithms.html#bswap
bitrev — 位反转https://ccalg.dev/algorithms.html#bitrev
ceilpow2 — 上取整 2 的幂https://ccalg.dev/algorithms.html#ceilpow2-2
ispow2 — 判 2 的幂https://ccalg.dev/algorithms.html#ispow2-2
bit_width — 最小位宽https://ccalg.dev/algorithms.html#bit_width
mask_low — 低位掩码https://ccalg.dev/algorithms.html#mask_low
parity — 奇偶校验https://ccalg.dev/algorithms.html#parity
sign_ext — 符号扩展https://ccalg.dev/algorithms.html#sign_ext

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.