登录
首页 » Java » LeetCode

LeetCode

于 2021-01-05 发布
0 246
下载积分: 1 下载次数: 2

代码说明:

说明:  leetcode高频面试笔试题150+道,亲身总结。(Leetcode high-frequency interview written questions 150 + personal summary.)

文件列表:

LeetCode\.idea\misc.xml, 277 , 2020-02-23
LeetCode\.idea\modules.xml, 24705 , 2020-08-20
LeetCode\.idea\uiDesigner.xml, 8915 , 2020-06-01
LeetCode\.idea\workspace.xml, 18515 , 2021-01-05
LeetCode\0_sort\0_sort.iml, 433 , 2020-06-20
LeetCode\0_sort\src\merge\MergeSort.java, 1199 , 2020-07-21
LeetCode\0_sort\src\merge\Test.java, 271 , 2020-07-21
LeetCode\0_sort\src\swap\Main.java, 787 , 2020-07-07
LeetCode\0_sort\src\swap\QuickSort.java, 914 , 2020-07-17
LeetCode\0_sort\src\swap\QuickSort2.java, 723 , 2020-07-17
LeetCode\1071_gcdOfStrings\1071_gcdOfStrings.iml, 433 , 2020-03-12
LeetCode\1071_gcdOfStrings\src\Solution.java, 464 , 2020-06-06
LeetCode\107_levelOrderBottom\107_levelOrderBottom.iml, 433 , 2020-07-30
LeetCode\107_levelOrderBottom\src\Solution.java, 992 , 2020-07-30
LeetCode\107_levelOrderBottom\src\TreeNode.java, 137 , 2020-07-30
LeetCode\109_sortedListToBST\109_sortedListToBST.iml, 433 , 2020-08-06
LeetCode\109_sortedListToBST\src\ListNode.java, 116 , 2020-08-06
LeetCode\109_sortedListToBST\src\Solution.java, 750 , 2020-08-06
LeetCode\109_sortedListToBST\src\TreeNode.java, 137 , 2020-08-06
LeetCode\110_isBalanced\110_isBalanced.iml, 433 , 2020-04-30
LeetCode\110_isBalanced\src\Solution.java, 456 , 2020-05-20
LeetCode\110_isBalanced\src\TreeNode.java, 140 , 2020-05-20
LeetCode\111_minDepth\111_minDepth.iml, 433 , 2020-05-07
LeetCode\111_minDepth\src\Solution.java, 737 , 2020-05-20
LeetCode\111_minDepth\src\Solution2.java, 505 , 2020-05-20
LeetCode\111_minDepth\src\TreeNode.java, 133 , 2020-05-20
LeetCode\112_hasPathSum\112_hasPathSum.iml, 433 , 2020-05-02
LeetCode\112_hasPathSum\src\Solution.java, 389 , 2020-05-20
LeetCode\112_hasPathSum\src\TreeNode.java, 140 , 2020-05-20
LeetCode\1139_largest1BorderedSquare\1139_largest1BorderedSquare.iml, 433 , 2020-06-26
LeetCode\1139_largest1BorderedSquare\src\Solution.java, 668 , 2020-06-26
LeetCode\113_pathSum\113_pathSum.iml, 433 , 2020-06-28
LeetCode\113_pathSum\src\Solution.java, 852 , 2020-06-28
LeetCode\113_pathSum\src\TreeNode.java, 132 , 2020-06-28
LeetCode\1143_longestCommonSubsequence\1143_longestCommonSubsequence.iml, 433 , 2020-06-09
LeetCode\1143_longestCommonSubsequence\src\Solution.java, 752 , 2020-06-09
LeetCode\114_flatten\114_flatten.iml, 433 , 2020-07-24
LeetCode\114_flatten\src\Solution.java, 523 , 2020-07-24
LeetCode\114_flatten\src\TreeNode.java, 317 , 2020-07-24
LeetCode\116_connect\116_connect.iml, 433 , 2020-06-27
LeetCode\116_connect\src\Node.java, 386 , 2020-06-27
LeetCode\116_connect\src\Solution.java, 805 , 2020-06-27
LeetCode\121_maxProfit\121_maxProfit.iml, 433 , 2020-06-16
LeetCode\121_maxProfit\src\Solution.java, 766 , 2020-06-16
LeetCode\122_maxProfit\122_maxProfit.iml, 433 , 2020-06-16
LeetCode\122_maxProfit\src\Solution.java, 680 , 2020-06-16
LeetCode\123_maxProfit\123_maxProfit.iml, 433 , 2020-06-16
LeetCode\123_maxProfit\src\Solution.java, 615 , 2020-06-16
LeetCode\124_maxPathSum\124_maxPathSum.iml, 433 , 2020-07-25
LeetCode\124_maxPathSum\src\Solution.java, 831 , 2020-07-25
LeetCode\124_maxPathSum\src\TreeNode.java, 137 , 2020-07-25
LeetCode\125_isPalindrome\125_isPalindrome.iml, 433 , 2020-01-16
LeetCode\128_longestConsecutive\128_longestConsecutive.iml, 433 , 2020-03-06
LeetCode\128_longestConsecutive\src\Solution.java, 764 , 2020-05-20
LeetCode\1290_getDecimalValue\1290_getDecimalValue.iml, 433 , 2020-08-06
LeetCode\1290_getDecimalValue\src\ListNode.java, 118 , 2020-08-06
LeetCode\1290_getDecimalValue\src\Solution.java, 813 , 2020-08-06
LeetCode\130_solve\130_solve.iml, 433 , 2020-03-25
LeetCode\130_solve\src\Solution.java, 1062 , 2020-05-20
LeetCode\131_partition\131_partition.iml, 433 , 2020-04-24
LeetCode\131_partition\src\Solution.java, 1202 , 2020-05-20
LeetCode\136_singleNumber\136_singleNumber.iml, 433 , 2020-01-17
LeetCode\136_singleNumber\src\singleNumber\Solution.java, 1010 , 2020-05-20
LeetCode\136_singleNumber\src\singleNumber\Solution2.java, 551 , 2020-05-20
LeetCode\1382_balanceBST\1382_balanceBST.iml, 433 , 2020-08-06
LeetCode\1382_balanceBST\src\Solution.java, 903 , 2020-08-06
LeetCode\1382_balanceBST\src\TreeNode.java, 137 , 2020-08-06
LeetCode\138_copyRandomList\138_copyRandomList.iml, 433 , 2020-07-05
LeetCode\138_copyRandomList\src\Node.java, 189 , 2020-07-05
LeetCode\138_copyRandomList\src\Solution.java, 1525 , 2020-07-05
LeetCode\138_copyRandomList\src\Solution2.java, 779 , 2020-07-05
LeetCode\139_wordBreak\139_wordBreak.iml, 433 , 2020-01-18
LeetCode\139_wordBreak\src\Solution.java, 518 , 2020-05-20
LeetCode\139_wordBreak\src\Solution2.java, 554 , 2020-05-20
LeetCode\141_hasCycle\141_hasCycle.iml, 433 , 2020-01-30
LeetCode\141_hasCycle\src\ListNode.java, 136 , 2020-05-20
LeetCode\141_hasCycle\src\Solution.java, 418 , 2020-05-20
LeetCode\144_preorderTraversal\144_preorderTraversal.iml, 433 , 2020-05-14
LeetCode\144_preorderTraversal\src\Solution.java, 1078 , 2020-05-20
LeetCode\144_preorderTraversal\src\TreeNode.java, 140 , 2020-05-20
LeetCode\145_postorderTraversal\145_postorderTraversal.iml, 433 , 2020-05-14
LeetCode\145_postorderTraversal\src\Solution.java, 1078 , 2020-05-20
LeetCode\145_postorderTraversal\src\TreeNode.java, 144 , 2020-05-20
LeetCode\148_sortList\148_sortList.iml, 433 , 2020-06-27
LeetCode\148_sortList\src\ListNode.java, 107 , 2020-06-27
LeetCode\148_sortList\src\Solution.java, 1230 , 2020-06-28
LeetCode\150_evalRPN\150_evalRPN.iml, 433 , 2020-01-23
LeetCode\150_evalRPN\src\Solution.java, 761 , 2020-05-20
LeetCode\151_reverseWords\151_reverseWords.iml, 433 , 2020-07-10
LeetCode\151_reverseWords\src\Solution.java, 565 , 2020-07-10
LeetCode\152_maxProduct\152_maxProduct.iml, 433 , 2020-07-12
LeetCode\152_maxProduct\src\Solution.java, 1036 , 2020-07-12
LeetCode\153_findMin\153_findMin.iml, 433 , 2020-02-21
LeetCode\153_findMin\src\Solution.java, 624 , 2020-05-20
LeetCode\155_MinStack\155_MinStack.iml, 433 , 2020-01-23
LeetCode\155_MinStack\src\Solution.java, 1029 , 2020-05-20
LeetCode\160_getIntersectionNode\160_getIntersectionNode.iml, 433 , 2020-02-02
LeetCode\160_getIntersectionNode\src\ListNode.java, 134 , 2020-05-20
LeetCode\160_getIntersectionNode\src\Solution.java, 631 , 2020-05-20
LeetCode\160_getIntersectionNode\src\Solution1.java, 936 , 2020-05-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • computerhomework
    清华大学计算机网络课程大作业的详细说明情况(Tsinghua University' s computer network operations courses to explain the situation in detail)
    2013-10-10 11:09:56下载
    积分:1
  • 青云诀_TSL0717.2
    游戏加密,需要注册码 谁能破解谢谢!!!!!!!!!!!!(The game encrypts, who needs the registration code to be able to...)
    2020-06-22 23:20:01下载
    积分:1
  • Jni
    Java调用VC dll库例子源代码,有完整注释说明,特殊数据类型传递(VC dll library called Java source code example, have complete notes, special type of data transmission)
    2009-02-23 22:38:33下载
    积分:1
  • DRWyuanliyingyong
    DWR 原理英文原版。希望能对学习该技术的人员起到作用。(DWR principle of the English original. The hope is to learn the art will play a role.)
    2013-12-18 16:55:04下载
    积分:1
  • luntan
    一个比较典型的论坛系统,主要功能模块有栏目管理,专区管理,回复主题管理,用户管理,用户注销等。里面有数据库,有文档说明。很典型经典的模板,适当的可以添加功能。(A typical forum system, the main function module part management, area management, reply to topics management, user management, user logs off. Inside the database, the document explains. Very typical classic template appropriate to add functionality.)
    2012-10-18 15:58:32下载
    积分:1
  • JarInputStream
    The input stream from which the JAR file to be read may be fetched Source Code for Andriod.
    2014-01-03 19:39:01下载
    积分:1
  • lalaversion
    this version desktop develop clash with everithing
    2020-06-20 02:40:01下载
    积分:1
  • multiThread_Runnable
    一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!(A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread class as well.)
    2012-11-13 12:08:30下载
    积分:1
  • InfoManage
    采用的Java Web设计,开发平台Java和软件架构C/S 就是简单的MVC设计模式+Jsp+Servlet,使用软件Myeclipse + Tomcat + Mysql + Java 由于花费一天时间写Html和代码实现,就没怎么太高要求,能用下就可以了希望可以通过, 就没实现导入的功能,其余功能完全(Using Java Web design, development platforms Java and software architecture C/S is a simple MVC design pattern+Jsp+Servlet, using software Myeclipse+ Tomcat+ Mysql+ Java Html due to spend a day and write code, there is no how high requirements, can hope you can use the following can be, there is no import function to achieve the remaining fully functional)
    2013-11-22 19:59:40下载
    积分:1
  • JAVA
    MakeBar.dll二维条码生成动态连接库,用以生成PDF417二维条码,适用于windows环境开发工具。(This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. )
    2013-01-03 14:53:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载