LeetCode Reference Implementation 来源
力扣书里的实现参考代码发布在
src/data/leetcode-implementation-references.ts 和
src/data/leetcode-implementation-generated.ts。
个人提交
标记为 my-recent-accepted-submission 的行来自仓库所有者最近在力扣中国区
通过的提交。hover 卡片会链接到对应的力扣提交页面。
Doocs LeetCode
来源标题以 Doocs 开头的行归因于 Doocs LeetCode 项目:
- 来源:https://github.com/doocs/leetcode
- 授权:Creative Commons Attribution-ShareAlike 4.0 International
(
CC-BY-SA-4.0) - 授权文本:https://creativecommons.org/licenses/by-sa/4.0/
每份生成的 reference 都会在数据文件和 hover 卡片中保留精确来源链接和授权 标记。
kamyu104 LeetCode-Solutions
来源标题以 kamyu104 开头的行归因于 kamyu104 LeetCode-Solutions 项目:
MIT notice:
The MIT License (MIT)
Copyright (c) 2018 https://github.com/kamyu104/LeetCode-Solutions
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Generated Original Fallbacks
标记为 generated-original 的行是为少量 LCP/LCCI 稀疏缺口本地整理的实现。
它们的来源链接会指向用于核实算法思路的题目页或公开讨论页。