Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c493472

Browse files
Add 2025 Problem Statement
1 parent 78fbed1 commit c493472

File tree

159 files changed

+1626
-0
lines changed

Some content is hidden

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

159 files changed

+1626
-0
lines changed

‎affirm/all.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,87.5%
3+
49,https://leetcode.com/problems/group-anagrams,Group Anagrams,Medium,71.1%,75.0%
4+
362,https://leetcode.com/problems/design-hit-counter,Design Hit Counter,Medium,69.2%,75.0%
5+
380,https://leetcode.com/problems/insert-delete-getrandom-o1,Insert Delete GetRandom O(1),Medium,55.0%,100.0%
6+
381,https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed,Insert Delete GetRandom O(1) - Duplicates allowed,Hard,35.8%,75.0%
7+
3163,https://leetcode.com/problems/string-compression-iii,String Compression III,Medium,66.9%,50.0%
8+
443,https://leetcode.com/problems/string-compression,String Compression,Medium,58.3%,75.0%
9+
736,https://leetcode.com/problems/parse-lisp-expression,Parse Lisp Expression,Hard,52.8%,75.0%
10+
242,https://leetcode.com/problems/valid-anagram,Valid Anagram,Easy,66.8%,62.5%
11+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,62.5%
12+
933,https://leetcode.com/problems/number-of-recent-calls,Number of Recent Calls,Easy,77.4%,50.0%

‎affirm/more-than-six-months.csv

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
49,https://leetcode.com/problems/group-anagrams,Group Anagrams,Medium,71.1%,87.5%
3+
362,https://leetcode.com/problems/design-hit-counter,Design Hit Counter,Medium,69.2%,75.0%
4+
380,https://leetcode.com/problems/insert-delete-getrandom-o1,Insert Delete GetRandom O(1),Medium,55.0%,100.0%
5+
381,https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed,Insert Delete GetRandom O(1) - Duplicates allowed,Hard,35.8%,75.0%
6+
443,https://leetcode.com/problems/string-compression,String Compression,Medium,58.3%,62.5%
7+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,75.0%
8+
242,https://leetcode.com/problems/valid-anagram,Valid Anagram,Easy,66.8%,75.0%
9+
3163,https://leetcode.com/problems/string-compression-iii,String Compression III,Medium,66.9%,50.0%
10+
736,https://leetcode.com/problems/parse-lisp-expression,Parse Lisp Expression,Hard,52.8%,50.0%
11+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,62.5%
12+
933,https://leetcode.com/problems/number-of-recent-calls,Number of Recent Calls,Easy,77.4%,50.0%

‎affirm/six-months.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
380,https://leetcode.com/problems/insert-delete-getrandom-o1,Insert Delete GetRandom O(1),Medium,55.0%,100.0%
3+
381,https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed,Insert Delete GetRandom O(1) - Duplicates allowed,Hard,35.8%,62.5%
4+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,87.5%
5+
362,https://leetcode.com/problems/design-hit-counter,Design Hit Counter,Medium,69.2%,62.5%
6+
443,https://leetcode.com/problems/string-compression,String Compression,Medium,58.3%,62.5%

‎affirm/thirty-days.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %

‎affirm/three-months.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
362,https://leetcode.com/problems/design-hit-counter,Design Hit Counter,Medium,69.2%,100.0%

‎agoda/all.csv

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
3,https://leetcode.com/problems/longest-substring-without-repeating-characters,Longest Substring Without Repeating Characters,Medium,37.1%,87.5%
3+
15,https://leetcode.com/problems/3sum,3Sum,Medium,37.2%,100.0%
4+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,50.0%
5+
1011,https://leetcode.com/problems/capacity-to-ship-packages-within-d-days,Capacity To Ship Packages Within D Days,Medium,72.3%,87.5%
6+
554,https://leetcode.com/problems/brick-wall,Brick Wall,Medium,55.9%,62.5%
7+
49,https://leetcode.com/problems/group-anagrams,Group Anagrams,Medium,71.1%,50.0%
8+
66,https://leetcode.com/problems/plus-one,Plus One,Easy,47.7%,50.0%
9+
120,https://leetcode.com/problems/triangle,Triangle,Medium,59.5%,62.5%
10+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%
11+
198,https://leetcode.com/problems/house-robber,House Robber,Medium,52.4%,75.0%
12+
230,https://leetcode.com/problems/kth-smallest-element-in-a-bst,Kth Smallest Element in a BST,Medium,75.5%,50.0%
13+
295,https://leetcode.com/problems/find-median-from-data-stream,Find Median from Data Stream,Hard,53.4%,50.0%
14+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,50.0%
15+
3178,https://leetcode.com/problems/find-the-child-who-has-the-ball-after-k-seconds,Find the Child Who Has the Ball After K Seconds,Easy,61.6%,100.0%
16+
76,https://leetcode.com/problems/minimum-window-substring,Minimum Window Substring,Hard,45.5%,62.5%
17+
605,https://leetcode.com/problems/can-place-flowers,Can Place Flowers,Easy,28.9%,50.0%
18+
1636,https://leetcode.com/problems/sort-array-by-increasing-frequency,Sort Array by Increasing Frequency,Easy,80.3%,50.0%
19+
283,https://leetcode.com/problems/move-zeroes,Move Zeroes,Easy,62.9%,50.0%
20+
45,https://leetcode.com/problems/jump-game-ii,Jump Game II,Medium,41.6%,50.0%
21+
2734,https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation,Lexicographically Smallest String After Substring Operation,Medium,32.6%,50.0%
22+
1190,https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses,Reverse Substrings Between Each Pair of Parentheses,Medium,71.7%,50.0%
23+
394,https://leetcode.com/problems/decode-string,Decode String,Medium,61.3%,50.0%
24+
5,https://leetcode.com/problems/longest-palindromic-substring,Longest Palindromic Substring,Medium,36.0%,50.0%
25+
63,https://leetcode.com/problems/unique-paths-ii,Unique Paths II,Medium,43.3%,87.5%
26+
567,https://leetcode.com/problems/permutation-in-string,Permutation in String,Medium,47.4%,50.0%
27+
380,https://leetcode.com/problems/insert-delete-getrandom-o1,Insert Delete GetRandom O(1),Medium,55.0%,50.0%
28+
12,https://leetcode.com/problems/integer-to-roman,Integer to Roman,Medium,68.8%,62.5%
29+
496,https://leetcode.com/problems/next-greater-element-i,Next Greater Element I,Easy,74.7%,50.0%
30+
1283,https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold,Find the Smallest Divisor Given a Threshold,Medium,63.9%,62.5%
31+
1200,https://leetcode.com/problems/minimum-absolute-difference,Minimum Absolute Difference,Easy,70.7%,87.5%
32+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,50.0%
33+
739,https://leetcode.com/problems/daily-temperatures,Daily Temperatures,Medium,67.5%,87.5%
34+
88,https://leetcode.com/problems/merge-sorted-array,Merge Sorted Array,Easy,53.1%,50.0%
35+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,50.0%
36+
713,https://leetcode.com/problems/subarray-product-less-than-k,Subarray Product Less Than K,Medium,53.0%,50.0%
37+
844,https://leetcode.com/problems/backspace-string-compare,Backspace String Compare,Easy,49.5%,62.5%
38+
724,https://leetcode.com/problems/find-pivot-index,Find Pivot Index,Easy,60.7%,62.5%
39+
1921,https://leetcode.com/problems/eliminate-maximum-number-of-monsters,Eliminate Maximum Number of Monsters,Medium,50.8%,50.0%
40+
46,https://leetcode.com/problems/permutations,Permutations,Medium,80.8%,50.0%
41+
300,https://leetcode.com/problems/longest-increasing-subsequence,Longest Increasing Subsequence,Medium,58.0%,50.0%

‎agoda/more-than-six-months.csv

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
3,https://leetcode.com/problems/longest-substring-without-repeating-characters,Longest Substring Without Repeating Characters,Medium,37.1%,100.0%
3+
15,https://leetcode.com/problems/3sum,3Sum,Medium,37.2%,100.0%
4+
1011,https://leetcode.com/problems/capacity-to-ship-packages-within-d-days,Capacity To Ship Packages Within D Days,Medium,72.3%,100.0%
5+
554,https://leetcode.com/problems/brick-wall,Brick Wall,Medium,55.9%,75.0%
6+
49,https://leetcode.com/problems/group-anagrams,Group Anagrams,Medium,71.1%,62.5%
7+
66,https://leetcode.com/problems/plus-one,Plus One,Easy,47.7%,62.5%
8+
120,https://leetcode.com/problems/triangle,Triangle,Medium,59.5%,75.0%
9+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,87.5%
10+
198,https://leetcode.com/problems/house-robber,House Robber,Medium,52.4%,75.0%
11+
295,https://leetcode.com/problems/find-median-from-data-stream,Find Median from Data Stream,Hard,53.4%,62.5%
12+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,62.5%
13+
76,https://leetcode.com/problems/minimum-window-substring,Minimum Window Substring,Hard,45.5%,75.0%
14+
45,https://leetcode.com/problems/jump-game-ii,Jump Game II,Medium,41.6%,62.5%
15+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,62.5%
16+
230,https://leetcode.com/problems/kth-smallest-element-in-a-bst,Kth Smallest Element in a BST,Medium,75.5%,62.5%
17+
5,https://leetcode.com/problems/longest-palindromic-substring,Longest Palindromic Substring,Medium,36.0%,62.5%
18+
3178,https://leetcode.com/problems/find-the-child-who-has-the-ball-after-k-seconds,Find the Child Who Has the Ball After K Seconds,Easy,61.6%,62.5%
19+
605,https://leetcode.com/problems/can-place-flowers,Can Place Flowers,Easy,28.9%,62.5%
20+
1636,https://leetcode.com/problems/sort-array-by-increasing-frequency,Sort Array by Increasing Frequency,Easy,80.3%,62.5%
21+
283,https://leetcode.com/problems/move-zeroes,Move Zeroes,Easy,62.9%,62.5%
22+
2734,https://leetcode.com/problems/lexicographically-smallest-string-after-substring-operation,Lexicographically Smallest String After Substring Operation,Medium,32.6%,62.5%
23+
1190,https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses,Reverse Substrings Between Each Pair of Parentheses,Medium,71.7%,62.5%
24+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,62.5%
25+
394,https://leetcode.com/problems/decode-string,Decode String,Medium,61.3%,62.5%
26+
63,https://leetcode.com/problems/unique-paths-ii,Unique Paths II,Medium,43.3%,75.0%
27+
567,https://leetcode.com/problems/permutation-in-string,Permutation in String,Medium,47.4%,62.5%
28+
380,https://leetcode.com/problems/insert-delete-getrandom-o1,Insert Delete GetRandom O(1),Medium,55.0%,62.5%
29+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,62.5%
30+
739,https://leetcode.com/problems/daily-temperatures,Daily Temperatures,Medium,67.5%,75.0%
31+
1283,https://leetcode.com/problems/find-the-smallest-divisor-given-a-threshold,Find the Smallest Divisor Given a Threshold,Medium,63.9%,62.5%
32+
1200,https://leetcode.com/problems/minimum-absolute-difference,Minimum Absolute Difference,Easy,70.7%,62.5%
33+
12,https://leetcode.com/problems/integer-to-roman,Integer to Roman,Medium,68.8%,62.5%
34+
496,https://leetcode.com/problems/next-greater-element-i,Next Greater Element I,Easy,74.7%,62.5%
35+
88,https://leetcode.com/problems/merge-sorted-array,Merge Sorted Array,Easy,53.1%,62.5%
36+
46,https://leetcode.com/problems/permutations,Permutations,Medium,80.8%,62.5%

‎agoda/six-months.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
63,https://leetcode.com/problems/unique-paths-ii,Unique Paths II,Medium,43.3%,87.5%
3+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%
4+
1200,https://leetcode.com/problems/minimum-absolute-difference,Minimum Absolute Difference,Easy,70.7%,100.0%
5+
739,https://leetcode.com/problems/daily-temperatures,Daily Temperatures,Medium,67.5%,87.5%
6+
844,https://leetcode.com/problems/backspace-string-compare,Backspace String Compare,Easy,49.5%,87.5%
7+
15,https://leetcode.com/problems/3sum,3Sum,Medium,37.2%,87.5%
8+
724,https://leetcode.com/problems/find-pivot-index,Find Pivot Index,Easy,60.7%,87.5%

‎agoda/thirty-days.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %

‎agoda/three-months.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
739,https://leetcode.com/problems/daily-temperatures,Daily Temperatures,Medium,67.5%,100.0%
3+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /