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.