Blog
Data-structure
All Posts
algorithm (10)
data-structure (9)
work-log (4)
awesome-tool (3)
css (2)
react (2)
vue (2)
javascript (2)
git (1)
mac (1)
vscode (1)
bit (1)
daily-log (1)
babel (1)
Published on
November 30, 2022
差分数组
data-structure
频繁对区间内元素进行增删操作? 试一试差分数组技巧吧.
Published on
November 28, 2022
前缀和数组
data-structure
快速、频繁查询某个区间的累加和? 那就试试前缀和的技巧吧.
Published on
November 13, 2022
前缀树
data-structure
浅学一下前缀树, 也叫字典树🌲
Published on
November 7, 2022
单调队列
data-structure
浅学一下单调队列
Published on
November 6, 2022
单调栈
data-structure
浅学一下单调栈
Published on
October 25, 2022
优先队列
data-structure
react 调度算法使用的小顶堆 minHeap 就是一个优先队列.
Published on
October 15, 2022
图
data-structure
浅学一下图🐰
Published on
October 8, 2022
链表
data-structure
浅学一下链表⛓️
Published on
October 6, 2022
二叉树
data-structure
浅学一下二叉树🌲