Skip to content

Commit

Permalink
Update LeetCode Company
Browse files Browse the repository at this point in the history
  • Loading branch information
haibarawu authored Jun 16, 2020
1 parent f457f81 commit e9905bb
Showing 1 changed file with 67 additions and 3 deletions.
70 changes: 67 additions & 3 deletions LeetCode Company
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,80 @@ ByteDance / TikTok
(https://leetcode.com/list/x7kpxvli/)
(https://leetcode.jp/problems.php?page_index=1&sort=0000&keyword=&company=ByteDance)

String:
3 Longest Substring Without Repeating Characters 30.1% Medium
14 Longest Common Prefix
/***** Array: *****/
1 Two Sum 45.5% Easy
11 Container With Most Water 50.2% Medium
15 3Sum 26.3% Medium
16 3Sum Closest 45.9% Medium
31 Next Permutation 32.3% Medium
33 Search in Rotated Sorted Array 34.3% Medium
41 First Missing Positive 31.6% Hard
42 Trapping Rain Water 48.2% Hard
53 Maximum Subarray 46.2% Easy
54 Spiral Matrix 33.6% Medium
79 Word Search 34.6% Medium
85 Maximal Rectangle 37.1% Hard
152 Maximum Product Subarray 31.4% Medium
167 Two Sum II - Input array is sorted 53.6% Easy
209 Minimum Size Subarray Sum 37.6% Medium
670 Maximum Swap 43.0% Medium
695 Max Area of Island 61.9% Medium
1202 Smallest String With Swaps 45.9% Medium

/***** LinkedList: *****/
2 Add Two Numbers 33.5% Medium
21 Merge Two Sorted Lists 52.8% Easy
23 Merge k Sorted Lists 39.6% Hard
25 Reverse Nodes in k-Group 41.2% Hard
83 Remove Duplicates from Sorted List 45.0% Easy
143 Reorder List 36.2% Medium
160 Intersection of Two Linked Lists 39.6% Easy
206 Reverse Linked List 61.6% Easy
445 Add Two Numbers II 53.9% Medium

/***** String: *****/
3 Longest Substring Without Repeating Characters 30.1% Medium
14 Longest Common Prefix 35.2% Easy
43 Multiply Strings
151 Reverse Words in a String
71 Simplify Path
93 Restore IP Address
567 Permutation in String
10 Regular Expression Matching
72 Edit Distance
415 Add Strings

/***** Tree: *****/
103 Binary Tree Zigzag Level Order Traversal 46.6% Medium
104 Maximum Depth of Binary Tree 65.4% Easy
124 Binary Tree Maximum Path Sum 33.9% Hard
199 Binary Tree Right Side View 53.3% Medium
236 Lowest Common Ancestor of a Binary Tree 44.6% Medium
543 Diameter of Binary Tree 48.1% Easy
958 Check Completeness of a Binary Tree 51.7% Medium
314 Binary Tree Vertical Order Traversal 44.6% Medium

/*****DP: *****/
198 House Robber 41.8% Easy
329 Longest Increasing Path in a Matrix 42.9% Hard
1262 Greatest Sum Divisible by Three 46.8% Medium

/***** Heap: *****/
215 Kth Largest Element in an Array 54.4% Medium
347 Top K Frequent Elements 60.2% Medium

/***** Design: *****/
146 LRU Cache 32.4% Medium
232 Implement Queue using Stacks 48.7% Easy
295 Find Median from Data Stream 43.3% Hard

/***** Others: *****/
286 Walls and Gates 53.8% Medium
317 Shortest Distance from All Buildings 41.1% Hard
440 K-th Smallest in Lexicographical Order 28.7% Hard
470 Implement Rand10() Using Rand7() 46.2% Medium
777 Swap Adjacent in LR String 34.6% Medium
1057 Campus Bikes 58.1% Medium


/****************************************************************************************************/
Expand Down

0 comments on commit e9905bb

Please sign in to comment.