LeetCode Sol Res
1.0.0
该存储库包含 LeetCode 算法问题的解决方案和资源。
解决方案来自于我自己的思考和讨论。它们经过仔细清理和优化,因此更具可读性和理解性!
资源目录中还提供了面试前快速查看的 Excel 表格。
还想访问 Android 手机上的所有代码?在这里从 GooglePlay 获取 APAS!
一张表解决所有问题。非常适合参考和评论目的!
该表有 5 张:
每个问题行都有名称、级别、想法、代码和频率分析。
重点难点问题标题加粗,重点问题用红色标出。
LeetCode 问题并不总是足够的。其他一些值得一看的流行或经典算法问题放在“src/main/java/com/freetymekiyan/algorithms/other/”目录中供您参考。
目前资源如下:
The MIT License (MIT)
Copyright (c) 2015 Yang Liu. http://freetymekiyan.github.io
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.