Skip to content

Commit a734318

Browse files
authored
Update README.md
前端进阶算法3
1 parent 878ecae commit a734318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
- [前端进阶算法1:如何分析、统计算法的执行效率和资源消耗?](https://github.com/sisterAn/JavaScript-Algorithms/issues/1)
2424
- [前端进阶算法2:从Chrome V8源码看JavaScript数组(附赠腾讯面试题)](https://github.com/sisterAn/JavaScript-Algorithms/issues/2)
25+
- 前端进阶算法3:从浏览器缓存淘汰策略和Vue的keep-alive学习LRU算法
2526

2627
想要更多更快的学习本系列,可以关注公众号「前端瓶子君」😊😊😊
2728

@@ -33,6 +34,7 @@
3334
- [字节&leetcode:两数之和](https://github.com/sisterAn/JavaScript-Algorithms/issues/4)
3435
- [腾讯:数组扁平化、去重、排序 ](https://github.com/sisterAn/JavaScript-Algorithms/issues/5)
3536
- [leetcode:给定两个数组,编写一个函数来计算它们的交集](https://github.com/sisterAn/JavaScript-Algorithms/issues/6)
37+
- [设计和实现一个LRU(最近最少使用)缓存机制](https://github.com/sisterAn/JavaScript-Algorithms/issues/7)
3638

3739

3840

0 commit comments

Comments
 (0)