All Projects → zhangyu345293721 → leetcode

zhangyu345293721 / leetcode

Licence: MIT License
java/python for leetcode: 1) array,2) list,3) string,4) hashtable,5) math,6) tree

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to leetcode

Leetcode
leetcode 顺序刷题,详细通俗题解,with JAVA
Stars: ✭ 2,192 (+2862.16%)
Mutual labels:  leetcode-java
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-81.08%)
Mutual labels:  leetcode-java
data-structures-and-algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
Stars: ✭ 222 (+200%)
Mutual labels:  leetcode-java
Windary
🎓 My solutions to LeetCode problems written in Go, Java, JavaScript, Kotlin, Python, Rust & Swift.
Stars: ✭ 189 (+155.41%)
Mutual labels:  leetcode-java
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+74055.41%)
Mutual labels:  leetcode-java
LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓。
Stars: ✭ 1,164 (+1472.97%)
Mutual labels:  leetcode-java
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (+72.97%)
Mutual labels:  leetcode-java
leetcode-java
🎓🎓🎓 Leetcode solution in Java - 536/921 Solved. https://leetcode.com/problemset/all/
Stars: ✭ 56 (-24.32%)
Mutual labels:  leetcode-java
Leetcodeanimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Stars: ✭ 68,143 (+91985.14%)
Mutual labels:  leetcode-java
CSCI 570
USC ✌️ 2021 Spring CSCI 570 (Analysis of Algorithms) 算法分析 Score: 8️⃣5️⃣
Stars: ✭ 45 (-39.19%)
Mutual labels:  leetcode-java
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+4112.16%)
Mutual labels:  leetcode-java
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+4075.68%)
Mutual labels:  leetcode-java
Leetcode-for-Fun
Daily coding practice about data structure and algorithms. Leetcode, Lintcode, codeforces
Stars: ✭ 20 (-72.97%)
Mutual labels:  leetcode-java
Leetcode Java
leetcode-java,updating!
Stars: ✭ 170 (+129.73%)
Mutual labels:  leetcode-java
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (-13.51%)
Mutual labels:  leetcode-java
Leetcode Java
LeetCode solutions written in Java
Stars: ✭ 134 (+81.08%)
Mutual labels:  leetcode-java
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: ✭ 23 (-68.92%)
Mutual labels:  leetcode-java
leetcode java
Objective: To improve code ability and thinking ability. 目标:提升代码能力 思维能力 每日磨刀(认认真真刷题 精刷300题 按照tag刷 顺便解决 面试中考查算法和代码的问题)把它当作个人名片去认真做这件事情
Stars: ✭ 70 (-5.41%)
Mutual labels:  leetcode-java
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (-58.11%)
Mutual labels:  leetcode-java
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (-62.16%)
Mutual labels:  leetcode-java

leetcode算法题目

题目官网: https://leetcode.com/problemset/all/


题目由java和python实现, 按照类型分为:array,list,string,hashtable,math,tree:

1.array

题号 题目内容 题目难度
733 Flood Fill Easy
240 Search 2D Easy
57 Insert Interval Middle
42 Trapping Rain Water Hard
84 Largest Rectangle in Histogram Hard
*152 Maximum Product Subarray Middle
85 Maximal Rectangle Hard
322 Coin Change Middle
621 Task Scheduler Middle
221 Maximal Square Middle
279 Perfect Squares Middle
62 Unique Paths Middle
11 Container With Most Water Middle
287 Find the Duplicate Number Middle
*128 Longest Consecutive Sequence Middle
*215 Kth Largest Element in an Array Middle
*55 Jump Game Middle
300 Longest Increasing Subsequence Middle
*64 Minimum Path Sum Middle
56 Merge Intervals Middle
72 Edit Distance Middle
39 Combination Sum Middle
200 Number of Islands Middle
560 Subarray Sum Equals K Middle
406 Queue Reconstruction by Height Middle
416 Partition Equal Subset Sum Middle
4 Median of Two Sorted Arrays Middle
121 Best Time to Buy and Sell Stock Easy
581 Shortest Unsorted Continuous Subarray Easy
70 Climbing Stairs Easy
437 Path Sum III Middle
*198 House Robber Easy
2 Add Two Numbers Easy
15 Three Sum Easy
448 Find All Numbers Disappeared in an Array Middle
283 Move Zeroes Easy
169 Majority Element Easy
494 Target Sum Easy
349 Intersection of Two Arrays Easy
350 Intersection of Two Arrays II Easy
136 Single Number Easy
7 Reverse Integer Easy
347 Top K Frequent Elements Easy
35 Search Insert Position Easy
*268 Missing Number Easy
*521 Longest Uncommon Subsequence I Easy
217 Contains Duplicate Easy
728 Self Dividing Numbers Easy
122 Best Time Buy Easy
1217 Play With Chips Easy
26 Remove Duplicates from Sorted Array Easy
53 Maximum Subarray Easy

2.list

题号 题目内容 题目难度
114 Flatten Binary Tree to Linked List Middle
23 Merge k Sorted Lists Middle
*142 Linked List Cycle II Middle
160 Intersection of Two Linked Lists Easy
234 Palindrome Linked List Easy
155 Min Stack Easy
148 Sort List Easy
21 Merge Two Sorted Lists Easy
206 Reverse Linked List Easy
141 Linked List Cycle Easy
19 Remove Nth Node From End of List Easy

3.string

题号 题目内容 题目难度
32 Longest Valid Parentheses Hard
*22 Generate Parentheses Middle
49 Group Anagrams Middle
139 Word Break Middle
*5 Longest Palindromic Substring Easy
394 Decode String Middle
3 Longest Substring Without Repeating Characters Easy
917 Reverse Only Letters Easy
520 Detect Capital Easy
541 Reverse String II Easy
66 Plus one Easy
647 Palindromic Substrings Easy
438 Find All Anagrams in a String Easy
67 Add Binary Easy

4.hashtable

题号 题目内容 题目难度
1 Two Sum Easy
3 Pairs Of Parentheses Middle
48 Rotate Image Middle
461 Hamming Distance Easy
771 Jewels and Stones Easy
167 Two Sum II - Input array is sorted Easy

5.math

题号 题目内容 题目难度
258 Add Digits Easy
1154 Day Of Year Easy

6.tree

题号 题目内容 题目难度
94 Binary Tree Inorder Traversal Easy
144 Binary Tree PreOrder Traversal Middle
145 Binary Tree Post Order Traversal Middle
236 Lowest Common Ancestor of a Binary Tree Middle
*337 House Robber III Middle
102 Binary Tree Level Order Traversal Middle
94 Binary Tree Inorder Traversal Middle
538 Convert BST to Greater Tree Easy
572 Subtree of Another Tree Easy
543 Diameter of Binary Tree Easy
101 Symmetric Tree Easy
226 Invert Binary Tree Easy
104 Maximum Depth of Binary Tree Easy
617 Merge Two Binary Trees Easy
*606 Construct String from Binary Tree Easy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].