Blog
All Posts
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
January 10, 2024
记一次有趣的 bug
work-log
请告诉我 [...new Set(arr)] 的结果是什么?
Published on
February 3, 2023
动态规划真的好难...
algorithm
动态规划重点在于逻辑的推到, 涉及到的问题种类非常多, 所以真的好难呀😭
Published on
January 10, 2023
二分搜索
algorithm
小学生都会的二分法, 你能用程序写出来吗? 各种细节真的要命😮💨
Published on
December 12, 2022
滑动窗口
algorithm
滑动窗口是快慢双指针的一种实际应用, 使用比较广泛.
Published on
December 4, 2022
双指针(数组)
algorithm
链表中常用到的双指针技巧, 在数组中也经常使用.
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
浅学一下单调栈
Previous
2 of 4
Next