1341 Movie Rating 56.6% Medium 1342 Number of Steps to Reduce a Number to Zero 86.3% Easy 1343 Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold 64.2% Medium 1344 Angle Between Hands of a Clock 61.4% Medium 1345 Jump Game IV 38.1% Hard 1346 Check ...
func updateMatrix_BFS(matrix [][]int) [][]int { res := make([][]int, len(matrix)) if len(matrix) == 0 || len(matrix[0]) == 0 { return res } queue := make([][]int, 0) for i, _ := range matrix { res[i] = make([]int, len(matrix[0])) for j, _ := range...
halfrost Merge pull request #107 from NovaHe/fix/102 ce93f89 4年前 724 次提交 .github/workflows 添加内容 5年前 .vscode Add weekly-contest-214 4年前 ctl Add solution 535 4年前 leetcode Merge pull request #107 from NovaHe/fix/102 4年前 note Update note 4年前...
func updateMatrix_BFS(matrix [][]int) [][]int { res := make([][]int, len(matrix)) if len(matrix) == 0 || len(matrix[0]) == 0 { return res } queue := make([][]int, 0) for i, _ := range matrix { res[i] = make([]int, len(matrix[0])) for j, _ := range...
Please refer toratings.txtfor the raw data sorted in descending order. This will be updated every week after the contest(s). Related Projects LeetCodeRating. A Chrome plugin which displays the problem ratings on offical LeetCode website. Currently, it is only available on LeetCode-China site...
Want to see your leetcode rating change right after the contest? Well, you are in the right place! About It takes about 4-5 days for leetcode to update the contest ratings of participants. So you have to wait for a long time to know your rating changes. This application predicts accura...
github-actions[bot] auto update readme for [partially completed weekly contest 441] b66b206· Mar 16, 2025 History890 Commits .github/workflows problems scripts .gitignore LICENSE README.md Repository files navigation README MIT license LeetCode by xhu IDTitleDifficultySolutions 1 Two Sum...
LeetCodeRating|一款显示题目对应周赛难度分的浏览器插件。 在使用脚本之前,你需要为浏览器安装脚本管理器插件。 经过测试,我们确定兼容以下浏览器和插件用于安装此脚本。 🌐 浏览器支持(任选其一即可) Chrome 或 基于 Chromium 内核的浏览器 (Edge、360浏览器、CentBrowser等)*推荐 ...
讨论发布者或者讨论发布者没有携带徽章的情况下无法触发observer监听导致不能添加ac情况的bug, 拓展ac完成情况显示至讨论区发布讨论时的预览和题目页发布讨论,详细可以自己测试体验~; <br/> 上线(讨论区题目链接后面显示题目完成情况)相关功能,具体功能说明转移github(https://github.com/zhang-wangz/LeetCodeRating)...
4. 算法难度感觉 Leetcode contest 不会涉及太难的算法,但是有些算法思路比较巧妙。(个人感觉,也有可...