文件名称:leetcode中国-leetcode:你想找工作吗?你想成为Acmer?你想学习算法或数据结构?从这里开始
文件大小:34KB
文件格式:ZIP
更新时间:2024-07-19 14:26:46
系统开源
leetcode中国力码 问题清单 为什么我这样做? GitHub 上已经有很多很棒的 leetCode 答案。 第一个原因 第一个原因是我发现他们中的大多数。只是简单地将源代码放在GitHub上,没有任何组织。我想我可以做得更好。 第二个原因 第二个原因是Answer大部分使用单一的编程语言。所以我想组织leetcode支持的所有语言(包括c++,java,python) 第三个原因 第三个原因是我也想学习Form Coding来提高我的编码能力。^_^ ======== 那我该怎么办? 我会反复解决leetcode上的所有问题 步骤1 我将使用 C++ 解决所有问题。 然后我将创建这个页面的基本结构。 第2步 我将使用python解决所有问题。 在这一轮中,我将尝试优化我的 C++ 代码。 第 3 步 我将使用 Java 解决所有问题。 在这一轮中,我将尝试编写一些文档来改进页面。 我什么时候更新? 我会尽快更新这个页面。 给我一些时间来完成工作。 如果你想帮忙 我很乐意得到一些帮助。您可以随时与我联系。 如果你熟悉中文,你可以访问我的博客,但如果你不熟悉,你可以给我发电子邮件。
【文件预览】:
leetcode-master
----.gitignore(196B)
----cpp()
--------SearchInRotatedSortedArrayII.cpp(848B)
--------ConvertSortedListtoBinarySearchTree.cpp(680B)
--------PopulatingNextRightPointersInEachNodeII.cpp(647B)
--------WordBreak.cpp(671B)
--------SearchInRotatedSortedArray.cpp(692B)
--------ReorderList.cpp(2KB)
--------UniquePathsII.cpp(615B)
--------MaximumDepthofBinaryTree.cpp(182B)
--------SurroundedRegions.cpp(2KB)
--------ValidSudoku.cpp(682B)
--------PalindromePartitioningII.cpp(678B)
--------ReverseLinkedListII.cpp(982B)
--------LetterCombinationsOfaPhoneNumber.cpp(1KB)
--------ValidateBinarySearchTree.cpp(416B)
--------PartitionList.cpp(964B)
--------ValidPalindrome.cpp(1KB)
--------JumpGameII.cpp(941B)
--------Candy.cpp(731B)
--------PermutationsII.cpp(912B)
--------SingleNumber.cpp(290B)
--------AddTwoNumbers.cpp(558B)
--------RotateList.cpp(821B)
--------BinaryTreeZigzagLevelOrderTraversal.cpp(1KB)
----doc()
--------SearchInRotatedSortedArray.md(856B)
--------CountandSay.md(1KB)
--------PopulatingNextRightPointersInEachNodeII.md(859B)
--------SingleNumber.md(723B)
--------ReverseWordsinAString.md(749B)
--------JumpGameII.md(1KB)
--------PalindromePartitioningII.md(832B)
--------RotateList.md(930B)
--------LetterCombinationsOfaPhoneNumber.md(2KB)
--------ValidPalindrome.md(1KB)
--------FirstMissingPositive.md(628B)
--------ReorderList.md(2KB)
--------WordBreakII.md(2KB)
--------ValidateBinarySearchTree.md(572B)
--------WordBreak.md(776B)
--------UniquePathsII.md(1KB)
--------CloneGraph.md(863B)
--------PartitionList.md(1KB)
--------ReverseLinkedListII.md(994B)
--------PermutationsII.md(1KB)
--------SearchInRotatedSortedArrayII.md(1021B)
--------PalindromePartitioning.md(1KB)
--------MaximumDepthofBinaryTree.md(534B)
--------CombineTwoTables.md(247B)
--------ConvertSortedListtoBinarySearchTree.md(1KB)
--------AddTwoNumbers.md(692B)
--------SurroundedRegions.md(2KB)
--------ValidSudoku.md(1KB)
--------Candy.md(780B)
--------BinaryTreeZigzagLevelOrderTraversal.md(1KB)
----java()
--------SingleNumber.java(160B)
----README.md(3KB)
----python()
--------ConvertSortedListtoBinarySearchTree.py(587B)
--------ValidSudoku.py(709B)
--------CountandSay.cpp(559B)
--------SingleNumber.py(132B)
--------ReverseWordsinaString.py(137B)
--------UniquePathsII.py(593B)
--------CountandSay.py(521B)
--------MaximumDepthofBinaryTree.py(174B)
----MySql()
--------CombineTwoTables.sql(116B)