Skip to content

jeremybaby/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode

Leetcode个人主页:saltingshelby

# Title Solution Tag Difficulty
1 Two Sum C,Python Easy
2 Add Two Numbers C Medium
4 Median of Two Sorted Arrays Python Array Hard
7 Reverse Integer Python Easy
9 Palindrome Number Python Easy
13 Roman to Integer Python Easy
14 Longest Common Prefix Python Easy
19 Remove Nth Node From End of List Python Medium
20 Valid Parentheses Python Easy
21 Merge Two Sorted Lists C,Python Easy
26 Remove Duplicates from Sorted Array C Easy
27 Remove Element C Easy
28 Implement strStr Python Easy
33 Search in Rotated Sorted Array C,Python Medium
35 Search Insert Position C Easy
38 Count and Say Python Easy
53 Maximum Subarray Python Easy
58 Length of Last Word Python Easy
61 Rotate List Python Linked List Medium
62 Unique Paths Python Dynamic Programming Easy
66 Plus One Python Easy
67 Add Binary Python Easy
69 Sqrt(x) C,sPython Binary Search & Math Easy
70 Climbing Stairs Python Easy
71 Simplify Path Python Stack Medium
74 Search a 2D Matrix C Medium
80 Remove Duplicates from Sorted Array II C Medium
81 Search in Rotated Sorted Array II C Medium
84 Largest Rectangle in Histogram Python Stack Hard
88 Merge Sorted Array Python Easy
92 Reverse Linked List II Python Linked List Medium
94 Binary Tree Inorder Traversal Python Tree Medium
100 Same Tree Python Easy
102 Binary Tree Level Order Traversal Python Tree Medium
104 Maximum Depth of Binary Tree Python Tree Easy
111 Minimum Depth of Binary Tree Python Tree Easy
118 Pascal's Triangle Python Array Easy
120 Triangle Python Dynamic Programming Medium
121 Best Time to Buy and Sell Stock Python Array Easy
136 Single Number Python Bit Manipulation Easy
137 Single Number II Python Bit Manipulation Medium
138 Copy List with Random Pointer Python Linked List Medium
141 Linked List Cycle Python Linked List Easy
142 Linked List Cycle II Python Linked List Medium
143 Reorder List Python Linked List Medium
144 Binary Tree Preorder Traversal Python Tree Medium
145 Binary Tree Postorder Traversal Python Tree Hard
150 Evaluate Reverse Polish Notation Python Stack Medium
153 Find Minimum in Rotated Sorted Array C,Python Medium
154 Find Minimum in Rotated Sorted Array II Python Hard
155 Min Stack Python Stack Easy
160 Intersection of Two Linked Lists Python Linked List Easy
161 Populating Next Right Pointers in Each Node Python Tree Medium
162 Find Peak Element C Medium
169 Majority Element Python Bit Manipulation Easy
187 Repeated DNA Sequences Python Bit Manipulation Medium
190 Reverse Bits Python Bit Manipulation Easy
191 Bit Manipulation Python Bit Manipulation Easy
198 House Robber Python Dynamic Programming Easy
200 Number of Islands Python Union Find & DFS & BFS Medium
201 Bitwise AND of Numbers Range Python Bit Manipulation Medium
203 Remove Linked List Elements Python Linked List Easy
206 Reverse Linked List Python Linked List Easy
213 House Robber II Python Dynamic Programming Medium
224 Basic Calculator Python Stack Hard
225 Implement Stack using Queues Python Stack Easy
227 Basic Calculator II Python Stack Medium
231 Power of Two Python Bit Manipulation Easy
232 Implement Queue using Stacks Python Stack Easy
234 Palindrome Linked List Python Linked List Medium
256 Paint House Python Dynamic Programming Easy
260 Single Number II Python Bit Manipulation Medium
268 Missing Number Python Bit Manipulation Easy
275 H-Index II C Medium
278 First Bad Version C Easy
328 Odd Even Linked List Python Linked List Medium
342 Power of Four Python Bit Manipulation Easy
346 Moving Average from Data Stream Python Queue Easy
349 Intersection of Two Arrays Python Easy
350 Intersection of Two Arrays II Python Easy
371 Sum of Two Integers Python Bit Manipulation Easy
385 Mini Parser Python Stack Medium
389 Find the Difference Python Bit Manipulation Easy
461 Hamming Distance Python Bit Manipulation Easy
496 Next Greater Element I Python Stack Easy
503 Next Greater Element II Python Stack Medium
547 Number of Islands Python Union Find & DFS & BFS Medium
622 Design Circular Queue Python Queue Easy
636 Exclusive Time of Functions Python Stack Medium
682 Baseball Game Python Stack Easy
693 Binary Number with Alternating Bits Python Bit Manipulation Easy
707 Design Linked List Python Linked List Easy
725 Split Linked List in Parts Python Linked List Medium
739 Daily Temperatures Python Stack Medium
817 Linked List Components Python Linked List Medium
844 Backspace String Compare Python Stack Easy
875 Koko Eating Bananas C Medium
876 Middle of the Linked List Python Linked List Easy
921 Minimum Add to Make Parentheses Valid Python Stack Medium
933 Number of Recent Calls Python Queue Easy
1019 Next Greater Node In Linked List Python Linked List, Stack Medium
1021 Remove Outermost Parentheses Python Stack Easy
1143 Longest Common Subsequence Python Dynamic Programming Medium
1047 Remove All Adjacent Duplicates In String Python Stack Easy
1154 Day of the Year Python Array Easy
1171 Remove Zero Sum Consecutive Nodes from Linked List Python Linked List Medium
1184 Distance Between Bus Stops Python Array Easy
1185 Day of the Week Python Array Easy
1200 Minimum Absolute Difference Python Array Easy
1217 Play with Chips Python Array Easy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages