-
`
`
copied the code from the example, still getting error.
-
### LeetCode Username
https://leetcode.com/u/ejini6969/
### Problem Number, Title, and Link
[1684. Count the Number of Consistent Strings](https://leetcode.com/problems/count-the-number-of-consiste…
-
# LRUCache 的实现
## 缘起
 刷 leetcode 的时候碰到的这道题。LRUCache 在现实中也经常用到:
- 内存换页,需要淘汰掉不常用的 page。
- 缓存函数的结果,比如 Python 就自带的 `lru_cache` 的实现。
- redis 在设置了 maxmemory 时,在内存占用达到最大值时会通过 LRU 淘汰掉对应的 key…
-
### LeetCode Username
aekam93
### Problem Number, Title, and Link
118. Pascal's Triangle
### Bug Category
Problem constraints
### Bug Description
negative values in Pascal's Triangle for rows g…
-
### LeetCode Username
https://leetcode.com/u/ejini6969/
### Problem Number, Title, and Link
[2651. Calculate Delayed Arrival Time](https://leetcode.com/problems/calculate-delayed-arrival-time/)
##…
-
Hi各位同学,俗话说“三人行,必有我师”,因此我们鼓励大家在整个学习期间,多多 Review 同班同学的代码并进行点评。在这个过程中:
1. 可能你会从其他同学的代码中学到一个更优的思路
2. 可能你会因为其他同学给你的评论启发新的灵感
3. 可能你的代码会得到大家纷纷的点赞
4. 有时候也可能因为其他小伙伴的一句“学习了”而备受鼓舞
“让优秀的人一起学习”,大家可以在互相 Re…
-
### LeetCode Username
conallob
### Problem Number, Title, and Link
https://leetcode.com/problems/validate-ip-address/
### Bug Category
Missing test case *(Incorrect/Inefficient Code getting accep…
-
Notes on the [maximum subarray](https://leetcode.com/problems/maximum-subarray) question. The video by [Byte by Byte](https://www.youtube.com/watch?v=GcW4mgmgSbw) helped me the most.
The solution is …
-
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…
-
___ _ ___ ___
/ _ \ | | | \/ |
/ /_\ \___| | __ | . . | ___
| _ / __| |/ / | |\/| |/ _ \
| | | \__ \ < …