-
# LRUCache 的实现
## 缘起
 刷 leetcode 的时候碰到的这道题。LRUCache 在现实中也经常用到:
- 内存换页,需要淘汰掉不常用的 page。
- 缓存函数的结果,比如 Python 就自带的 `lru_cache` 的实现。
- redis 在设置了 maxmemory 时,在内存占用达到最大值时会通过 LRU 淘汰掉对应的 key…
-
# 本周重点学习知识点
跳表、散列表、哈希算法、二叉树、红黑树
# 要求
1. 每周至少完成给定题目中的两道算法题
2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)
# 注意事项
1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习;
2…
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
## 🐛 Bug Report
Cannot compile rust solution to problem in VSCode using the extension.
## To Reproduce
Open a problem, select Rust as the language. Press the play icon in the editor.
## …
-
11-29 06:43:56 [INFO] nonebot_plugin_htmlrender | 使用 chromium 启动
11-29 06:43:58 [INFO] leetcode | html:{"questionId": "1884", "questionFrontendId": "1758", "boundTopicId": 600469, "title": "Minimum C…
-
-
### 分享一下最近几次面试
### 前言
- 希望自己的面经能给朋友们,一点点提示,也是对自己的一份总结报告。
- 若您对以下内容存在意见或建议,可以随时提 Issue 沟通交流。
- 从面试的公司也看的出来比较真实了;本人并非大佬,贵在真实。
- 求职过程:全部通过 Boss 投递,没找猎头,也没有内推。老实说刚满 1年,也不太好找人推。。。
### 目…
-
今天是 2022-10-01 Saturday
Patriotism is deeply rooted in the instincts and emotions of human being.
文章推荐:
OPPO 在 FaaS 领域的探索与思考, https://www.infoq.cn/article/vkHROQzRXNkX5uooNGgl
从心理学到产品设计, htt…
-
# 要求
每周至少完成给定题目中的两道算法题
围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)
# 注意事项
下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习;
有的题目可能需要结合多个算法或数据结构进行求解。
# 第四周题目
## Trie树
…
-
Please answer these questions before submitting your issue. Thanks!
#### What did you do?
Hello up there. Map performance was already discussed some time ago in #3885 and improved a bit. It was al…