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.