Skip to content

Commit a0c0e0f

Browse files
committed
Update Problems [20 June]
1 parent c4683bd commit a0c0e0f

File tree

1,479 files changed

+18816
-18825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,479 files changed

+18816
-18825
lines changed

AMD/3. Six Months.csv

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Subarray Sum Equals K,100.0,0.45382616953039606,https://leetcode.com/problems/subarray-sum-equals-k,"Array, Hash Table, Prefix Sum"
3-
EASY,Roman to Integer,100.0,0.6475838587139845,https://leetcode.com/problems/roman-to-integer,"Hash Table, Math, String"
1+
Difficulty,Title,Frequency,Acceptance Rate,Link

AMD/4. More Than Six Months.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Spiral Matrix,100.0,0.5375525885952768,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation"
3-
MEDIUM,Rotate Image,100.0,0.7776124897838637,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix"
4-
EASY,Number of 1 Bits,88.2,0.7436836683168337,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation"
5-
EASY,Climbing Stairs,88.2,0.5350785312385573,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization"
6-
MEDIUM,Number of Islands,88.2,0.6219970498471855,https://leetcode.com/problems/number-of-islands,"Array, Depth-First Search, Breadth-First Search, Union Find, Matrix"
7-
EASY,Two Sum,88.2,0.5568026065339361,https://leetcode.com/problems/two-sum,"Array, Hash Table"
8-
MEDIUM,Longest Substring Without Repeating Characters,88.2,0.3682213996653001,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window"
9-
MEDIUM,3Sum,88.2,0.3695630422451098,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting"
2+
MEDIUM,Spiral Matrix,100.0,0.539398836789508,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation"
3+
MEDIUM,Rotate Image,100.0,0.7790173789665304,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix"
4+
EASY,Number of 1 Bits,88.0,0.7450480575885099,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation"
5+
EASY,Climbing Stairs,88.0,0.535407976724555,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization"
6+
EASY,Two Sum,88.0,0.5577702651795842,https://leetcode.com/problems/two-sum,"Array, Hash Table"
7+
MEDIUM,Longest Substring Without Repeating Characters,88.0,0.36936144977400187,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window"
8+
MEDIUM,3Sum,88.0,0.3707108091763312,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting"
9+
MEDIUM,Kth Largest Element in an Array,88.0,0.6797703802112421,https://leetcode.com/problems/kth-largest-element-in-an-array,"Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect"

AMD/5. All.csv

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Rotate Image,100.0,0.7776124897838637,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix"
3-
MEDIUM,Spiral Matrix,100.0,0.5375525885952768,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation"
4-
EASY,Number of 1 Bits,100.0,0.7436836683168337,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation"
5-
MEDIUM,Longest Substring Without Repeating Characters,87.5,0.3682213815401677,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window"
6-
EASY,Climbing Stairs,87.5,0.5350785312385573,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization"
7-
MEDIUM,Number of Islands,87.5,0.6219970498471855,https://leetcode.com/problems/number-of-islands,"Array, Depth-First Search, Breadth-First Search, Union Find, Matrix"
8-
MEDIUM,Kth Largest Element in an Array,87.5,0.6790775999050005,https://leetcode.com/problems/kth-largest-element-in-an-array,"Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect"
9-
EASY,Two Sum,87.5,0.5568026065339361,https://leetcode.com/problems/two-sum,"Array, Hash Table"
10-
MEDIUM,Subarray Sum Equals K,87.5,0.4538263093272409,https://leetcode.com/problems/subarray-sum-equals-k,"Array, Hash Table, Prefix Sum"
11-
EASY,Roman to Integer,87.5,0.647583906112038,https://leetcode.com/problems/roman-to-integer,"Hash Table, Math, String"
12-
MEDIUM,Merge Intervals,87.5,0.4929261846619888,https://leetcode.com/problems/merge-intervals,"Array, Sorting"
13-
MEDIUM,3Sum,87.5,0.3695630422451098,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting"
2+
MEDIUM,Rotate Image,100.0,0.7790173789665304,https://leetcode.com/problems/rotate-image,"Array, Math, Matrix"
3+
MEDIUM,Spiral Matrix,100.0,0.539398836789508,https://leetcode.com/problems/spiral-matrix,"Array, Matrix, Simulation"
4+
EASY,Number of 1 Bits,100.0,0.7450480575885099,https://leetcode.com/problems/number-of-1-bits,"Divide and Conquer, Bit Manipulation"
5+
EASY,Two Sum,100.0,0.5577702792380397,https://leetcode.com/problems/two-sum,"Array, Hash Table"
6+
MEDIUM,Longest Substring Without Repeating Characters,87.5,0.36936144977400187,https://leetcode.com/problems/longest-substring-without-repeating-characters,"Hash Table, String, Sliding Window"
7+
EASY,Climbing Stairs,87.5,0.535407976724555,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization"
8+
MEDIUM,Kth Largest Element in an Array,87.5,0.6797703802112421,https://leetcode.com/problems/kth-largest-element-in-an-array,"Array, Divide and Conquer, Sorting, Heap (Priority Queue), Quickselect"
9+
MEDIUM,Subarray Sum Equals K,87.5,0.4547633179081555,https://leetcode.com/problems/subarray-sum-equals-k,"Array, Hash Table, Prefix Sum"
10+
EASY,Roman to Integer,87.5,0.6486637744329325,https://leetcode.com/problems/roman-to-integer,"Hash Table, Math, String"
11+
MEDIUM,Merge Intervals,87.5,0.4939525764689584,https://leetcode.com/problems/merge-intervals,"Array, Sorting"
12+
MEDIUM,3Sum,87.5,0.3707108091763312,https://leetcode.com/problems/3sum,"Array, Two Pointers, Sorting"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Jump Game VI,100.0,0.4597789731051345,https://leetcode.com/problems/jump-game-vi,"Array, Dynamic Programming, Queue, Heap (Priority Queue), Monotonic Queue"
3-
EASY,Missing Number,89.0,0.6993093725585008,https://leetcode.com/problems/missing-number,"Array, Hash Table, Math, Binary Search, Bit Manipulation, Sorting"
2+
MEDIUM,Jump Game VI,100.0,0.4599694033656298,https://leetcode.com/problems/jump-game-vi,"Array, Dynamic Programming, Queue, Heap (Priority Queue), Monotonic Queue"
3+
EASY,Missing Number,89.0,0.7006536003915764,https://leetcode.com/problems/missing-number,"Array, Hash Table, Math, Binary Search, Bit Manipulation, Sorting"

AQR Capital Management/5. All.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Jump Game VI,100.0,0.4597789731051345,https://leetcode.com/problems/jump-game-vi,"Array, Dynamic Programming, Queue, Heap (Priority Queue), Monotonic Queue"
3-
EASY,Missing Number,63.1,0.6993093725585008,https://leetcode.com/problems/missing-number,"Array, Hash Table, Math, Binary Search, Bit Manipulation, Sorting"
4-
EASY,Best Time to Buy and Sell Stock,63.1,0.5515757559289555,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,"Array, Dynamic Programming"
2+
MEDIUM,Jump Game VI,100.0,0.4599694033656298,https://leetcode.com/problems/jump-game-vi,"Array, Dynamic Programming, Queue, Heap (Priority Queue), Monotonic Queue"
3+
EASY,Missing Number,63.1,0.7006536003915764,https://leetcode.com/problems/missing-number,"Array, Hash Table, Math, Binary Search, Bit Manipulation, Sorting"
4+
EASY,Best Time to Buy and Sell Stock,63.1,0.5525969088759799,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,"Array, Dynamic Programming"

Accenture/2. Three Months.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Difficulty,Title,Frequency,Acceptance Rate,Link
1+
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2+
EASY,Best Time to Buy and Sell Stock,100.0,0.5525962294861477,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,"Array, Dynamic Programming"

Accenture/3. Six Months.csv

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Difficulty,Title,Frequency,Acceptance Rate,Link,Topics
2-
MEDIUM,Maximum Subarray,100.0,0.5204000296631721,https://leetcode.com/problems/maximum-subarray,"Array, Divide and Conquer, Dynamic Programming"
3-
MEDIUM,Number of Islands,100.0,0.6219962490907023,https://leetcode.com/problems/number-of-islands,"Array, Depth-First Search, Breadth-First Search, Union Find, Matrix"
4-
EASY,Reverse String,87.1,0.7970801728038509,https://leetcode.com/problems/reverse-string,"Two Pointers, String"
5-
HARD,Divide Nodes Into the Maximum Number of Groups,87.1,0.6738167557698763,https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups,"Depth-First Search, Breadth-First Search, Union Find, Graph"
6-
EASY,Move Zeroes,87.1,0.627641803894571,https://leetcode.com/problems/move-zeroes,"Array, Two Pointers"
7-
EASY,Fibonacci Number,87.1,0.7286195855384718,https://leetcode.com/problems/fibonacci-number,"Math, Dynamic Programming, Recursion, Memoization"
8-
EASY,Majority Element,87.1,0.6570105202961701,https://leetcode.com/problems/majority-element,"Array, Hash Table, Divide and Conquer, Sorting, Counting"
9-
EASY,Intersection of Two Arrays,87.1,0.7638761697351397,https://leetcode.com/problems/intersection-of-two-arrays,"Array, Hash Table, Two Pointers, Binary Search, Sorting"
2+
MEDIUM,Maximum Subarray,100.0,0.5209980487725024,https://leetcode.com/problems/maximum-subarray,"Array, Divide and Conquer, Dynamic Programming"
3+
EASY,Move Zeroes,100.0,0.6280403369085903,https://leetcode.com/problems/move-zeroes,"Array, Two Pointers"
4+
MEDIUM,Number of Islands,87.1,0.6232001096557939,https://leetcode.com/problems/number-of-islands,"Array, Depth-First Search, Breadth-First Search, Union Find, Matrix"
5+
HARD,Divide Nodes Into the Maximum Number of Groups,87.1,0.6736557431799484,https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups,"Depth-First Search, Breadth-First Search, Union Find, Graph"
6+
EASY,Fibonacci Number,87.1,0.7294492271152765,https://leetcode.com/problems/fibonacci-number,"Math, Dynamic Programming, Recursion, Memoization"
7+
EASY,Majority Element,87.1,0.657403169331404,https://leetcode.com/problems/majority-element,"Array, Hash Table, Divide and Conquer, Sorting, Counting"
8+
EASY,Intersection of Two Arrays,87.1,0.7647431845238689,https://leetcode.com/problems/intersection-of-two-arrays,"Array, Hash Table, Two Pointers, Binary Search, Sorting"
9+
MEDIUM,Koko Eating Bananas,87.1,0.4906724004144251,https://leetcode.com/problems/koko-eating-bananas,"Array, Binary Search"
10+
EASY,Climbing Stairs,87.1,0.5354071218159873,https://leetcode.com/problems/climbing-stairs,"Math, Dynamic Programming, Memoization"
11+
EASY,Best Time to Buy and Sell Stock,87.1,0.5525962294861477,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,"Array, Dynamic Programming"

0 commit comments

Comments
 (0)