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 c60015a

Browse files
Add 2025 Problem Statement
1 parent fb0fdcd commit c60015a

File tree

6 files changed

+141
-1
lines changed

6 files changed

+141
-1
lines changed

‎airbnb/all.csv

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,75.0%
3+
2,https://leetcode.com/problems/add-two-numbers,Add Two Numbers,Medium,46.4%,75.0%
4+
10,https://leetcode.com/problems/regular-expression-matching,Regular Expression Matching,Hard,29.4%,75.0%
5+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,75.0%
6+
23,https://leetcode.com/problems/merge-k-sorted-lists,Merge k Sorted Lists,Hard,57.0%,75.0%
7+
1058,https://leetcode.com/problems/minimize-rounding-error-to-meet-target,Minimize Rounding Error to Meet Target,Medium,45.5%,75.0%
8+
39,https://leetcode.com/problems/combination-sum,Combination Sum,Medium,74.9%,87.5%
9+
42,https://leetcode.com/problems/trapping-rain-water,Trapping Rain Water,Hard,65.3%,75.0%
10+
1017,https://leetcode.com/problems/convert-to-base-2,Convert to Base -2,Medium,61.3%,75.0%
11+
68,https://leetcode.com/problems/text-justification,Text Justification,Hard,48.4%,100.0%
12+
76,https://leetcode.com/problems/minimum-window-substring,Minimum Window Substring,Hard,45.5%,75.0%
13+
1166,https://leetcode.com/problems/design-file-system,Design File System,Medium,64.2%,75.0%
14+
108,https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree,Convert Sorted Array to Binary Search Tree,Easy,74.2%,75.0%
15+
2043,https://leetcode.com/problems/simple-bank-system,Simple Bank System,Medium,61.4%,75.0%
16+
136,https://leetcode.com/problems/single-number,Single Number,Easy,76.1%,75.0%
17+
160,https://leetcode.com/problems/intersection-of-two-linked-lists,Intersection of Two Linked Lists,Easy,61.4%,75.0%
18+
1257,https://leetcode.com/problems/smallest-common-region,Smallest Common Region,Medium,68.0%,87.5%
19+
190,https://leetcode.com/problems/reverse-bits,Reverse Bits,Easy,63.4%,75.0%
20+
198,https://leetcode.com/problems/house-robber,House Robber,Medium,52.4%,75.0%
21+
202,https://leetcode.com/problems/happy-number,Happy Number,Easy,58.2%,75.0%
22+
212,https://leetcode.com/problems/word-search-ii,Word Search II,Hard,37.4%,75.0%
23+
217,https://leetcode.com/problems/contains-duplicate,Contains Duplicate,Easy,63.3%,75.0%
24+
219,https://leetcode.com/problems/contains-duplicate-ii,Contains Duplicate II,Easy,49.2%,75.0%
25+
220,https://leetcode.com/problems/contains-duplicate-iii,Contains Duplicate III,Hard,23.7%,75.0%
26+
221,https://leetcode.com/problems/maximal-square,Maximal Square,Medium,48.9%,75.0%
27+
227,https://leetcode.com/problems/basic-calculator-ii,Basic Calculator II,Medium,45.9%,75.0%
28+
251,https://leetcode.com/problems/flatten-2d-vector,Flatten 2D Vector,Medium,50.2%,87.5%
29+
269,https://leetcode.com/problems/alien-dictionary,Alien Dictionary,Hard,36.7%,75.0%
30+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,50.0%
31+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,37.5%
32+
1235,https://leetcode.com/problems/maximum-profit-in-job-scheduling,Maximum Profit in Job Scheduling,Hard,54.4%,100.0%
33+
336,https://leetcode.com/problems/palindrome-pairs,Palindrome Pairs,Hard,36.3%,87.5%
34+
341,https://leetcode.com/problems/flatten-nested-list-iterator,Flatten Nested List Iterator,Medium,65.3%,37.5%
35+
348,https://leetcode.com/problems/design-tic-tac-toe,Design Tic-Tac-Toe,Medium,58.6%,62.5%
36+
2189,https://leetcode.com/problems/number-of-ways-to-build-house-of-cards,Number of Ways to Build House of Cards,Medium,62.3%,75.0%
37+
385,https://leetcode.com/problems/mini-parser,Mini Parser,Medium,40.3%,75.0%
38+
1284,https://leetcode.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix,Minimum Number of Flips to Convert Binary Matrix to Zero Matrix,Hard,72.1%,75.0%
39+
1298,https://leetcode.com/problems/maximum-candies-you-can-get-from-boxes,Maximum Candies You Can Get from Boxes,Hard,68.7%,75.0%
40+
415,https://leetcode.com/problems/add-strings,Add Strings,Easy,51.9%,75.0%
41+
1041,https://leetcode.com/problems/robot-bounded-in-circle,Robot Bounded In Circle,Medium,56.3%,75.0%
42+
1557,https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes,Minimum Number of Vertices to Reach All Nodes,Medium,81.2%,75.0%
43+
1554,https://leetcode.com/problems/strings-differ-by-one-character,Strings Differ by One Character,Medium,40.9%,75.0%
44+
751,https://leetcode.com/problems/ip-to-cidr,IP to CIDR,Medium,54.7%,75.0%
45+
755,https://leetcode.com/problems/pour-water,Pour Water,Medium,48.0%,75.0%
46+
756,https://leetcode.com/problems/pyramid-transition-matrix,Pyramid Transition Matrix,Medium,52.9%,75.0%
47+
759,https://leetcode.com/problems/employee-free-time,Employee Free Time,Hard,72.6%,75.0%
48+
773,https://leetcode.com/problems/sliding-puzzle,Sliding Puzzle,Hard,73.2%,75.0%
49+
787,https://leetcode.com/problems/cheapest-flights-within-k-stops,Cheapest Flights Within K Stops,Medium,40.5%,75.0%
50+
864,https://leetcode.com/problems/shortest-path-to-get-all-keys,Shortest Path to Get All Keys,Hard,53.9%,75.0%
51+
56,https://leetcode.com/problems/merge-intervals,Merge Intervals,Medium,49.5%,37.5%
52+
981,https://leetcode.com/problems/time-based-key-value-store,Time Based Key-Value Store,Medium,49.4%,50.0%
53+
1091,https://leetcode.com/problems/shortest-path-in-binary-matrix,Shortest Path in Binary Matrix,Medium,50.0%,37.5%
54+
827,https://leetcode.com/problems/making-a-large-island,Making A Large Island,Hard,55.2%,37.5%
55+
713,https://leetcode.com/problems/subarray-product-less-than-k,Subarray Product Less Than K,Medium,53.0%,50.0%
56+
432,https://leetcode.com/problems/all-oone-data-structure,All O`one Data Structure,Hard,44.1%,50.0%
57+
166,https://leetcode.com/problems/fraction-to-recurring-decimal,Fraction to Recurring Decimal,Medium,26.3%,37.5%
58+
605,https://leetcode.com/problems/can-place-flowers,Can Place Flowers,Easy,28.9%,37.5%
59+
631,https://leetcode.com/problems/design-excel-sum-formula,Design Excel Sum Formula,Hard,42.3%,62.5%
60+
3,https://leetcode.com/problems/longest-substring-without-repeating-characters,Longest Substring Without Repeating Characters,Medium,37.1%,37.5%

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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
39,https://leetcode.com/problems/combination-sum,Combination Sum,Medium,74.9%,100.0%
3+
42,https://leetcode.com/problems/trapping-rain-water,Trapping Rain Water,Hard,65.3%,75.0%
4+
68,https://leetcode.com/problems/text-justification,Text Justification,Hard,48.4%,87.5%
5+
76,https://leetcode.com/problems/minimum-window-substring,Minimum Window Substring,Hard,45.5%,87.5%
6+
1257,https://leetcode.com/problems/smallest-common-region,Smallest Common Region,Medium,68.0%,75.0%
7+
251,https://leetcode.com/problems/flatten-2d-vector,Flatten 2D Vector,Medium,50.2%,87.5%
8+
269,https://leetcode.com/problems/alien-dictionary,Alien Dictionary,Hard,36.7%,75.0%
9+
322,https://leetcode.com/problems/coin-change,Coin Change,Medium,46.7%,50.0%
10+
1235,https://leetcode.com/problems/maximum-profit-in-job-scheduling,Maximum Profit in Job Scheduling,Hard,54.4%,100.0%
11+
336,https://leetcode.com/problems/palindrome-pairs,Palindrome Pairs,Hard,36.3%,100.0%
12+
751,https://leetcode.com/problems/ip-to-cidr,IP to CIDR,Medium,54.7%,50.0%
13+
755,https://leetcode.com/problems/pour-water,Pour Water,Medium,48.0%,75.0%
14+
759,https://leetcode.com/problems/employee-free-time,Employee Free Time,Hard,72.6%,62.5%
15+
773,https://leetcode.com/problems/sliding-puzzle,Sliding Puzzle,Hard,73.2%,75.0%
16+
787,https://leetcode.com/problems/cheapest-flights-within-k-stops,Cheapest Flights Within K Stops,Medium,40.5%,75.0%
17+
864,https://leetcode.com/problems/shortest-path-to-get-all-keys,Shortest Path to Get All Keys,Hard,53.9%,87.5%
18+
56,https://leetcode.com/problems/merge-intervals,Merge Intervals,Medium,49.5%,50.0%
19+
2043,https://leetcode.com/problems/simple-bank-system,Simple Bank System,Medium,61.4%,62.5%
20+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,50.0%
21+
348,https://leetcode.com/problems/design-tic-tac-toe,Design Tic-Tac-Toe,Medium,58.6%,50.0%
22+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,50.0%
23+
2,https://leetcode.com/problems/add-two-numbers,Add Two Numbers,Medium,46.4%,50.0%
24+
385,https://leetcode.com/problems/mini-parser,Mini Parser,Medium,40.3%,50.0%
25+
1284,https://leetcode.com/problems/minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix,Minimum Number of Flips to Convert Binary Matrix to Zero Matrix,Hard,72.1%,50.0%
26+
136,https://leetcode.com/problems/single-number,Single Number,Easy,76.1%,50.0%
27+
10,https://leetcode.com/problems/regular-expression-matching,Regular Expression Matching,Hard,29.4%,50.0%
28+
1298,https://leetcode.com/problems/maximum-candies-you-can-get-from-boxes,Maximum Candies You Can Get from Boxes,Hard,68.7%,50.0%
29+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,50.0%
30+
23,https://leetcode.com/problems/merge-k-sorted-lists,Merge k Sorted Lists,Hard,57.0%,50.0%
31+
1058,https://leetcode.com/problems/minimize-rounding-error-to-meet-target,Minimize Rounding Error to Meet Target,Medium,45.5%,50.0%
32+
415,https://leetcode.com/problems/add-strings,Add Strings,Easy,51.9%,50.0%
33+
160,https://leetcode.com/problems/intersection-of-two-linked-lists,Intersection of Two Linked Lists,Easy,61.4%,50.0%
34+
1554,https://leetcode.com/problems/strings-differ-by-one-character,Strings Differ by One Character,Medium,40.9%,50.0%
35+
1017,https://leetcode.com/problems/convert-to-base-2,Convert to Base -2,Medium,61.3%,50.0%
36+
190,https://leetcode.com/problems/reverse-bits,Reverse Bits,Easy,63.4%,50.0%
37+
198,https://leetcode.com/problems/house-robber,House Robber,Medium,52.4%,50.0%
38+
202,https://leetcode.com/problems/happy-number,Happy Number,Easy,58.2%,50.0%
39+
212,https://leetcode.com/problems/word-search-ii,Word Search II,Hard,37.4%,50.0%
40+
217,https://leetcode.com/problems/contains-duplicate,Contains Duplicate,Easy,63.3%,50.0%
41+
219,https://leetcode.com/problems/contains-duplicate-ii,Contains Duplicate II,Easy,49.2%,50.0%
42+
220,https://leetcode.com/problems/contains-duplicate-iii,Contains Duplicate III,Hard,23.7%,50.0%
43+
221,https://leetcode.com/problems/maximal-square,Maximal Square,Medium,48.9%,50.0%
44+
1041,https://leetcode.com/problems/robot-bounded-in-circle,Robot Bounded In Circle,Medium,56.3%,50.0%
45+
227,https://leetcode.com/problems/basic-calculator-ii,Basic Calculator II,Medium,45.9%,50.0%
46+
1166,https://leetcode.com/problems/design-file-system,Design File System,Medium,64.2%,50.0%
47+
2189,https://leetcode.com/problems/number-of-ways-to-build-house-of-cards,Number of Ways to Build House of Cards,Medium,62.3%,50.0%
48+
108,https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree,Convert Sorted Array to Binary Search Tree,Easy,74.2%,50.0%
49+
756,https://leetcode.com/problems/pyramid-transition-matrix,Pyramid Transition Matrix,Medium,52.9%,50.0%
50+
1557,https://leetcode.com/problems/minimum-number-of-vertices-to-reach-all-nodes,Minimum Number of Vertices to Reach All Nodes,Medium,81.2%,50.0%
51+
981,https://leetcode.com/problems/time-based-key-value-store,Time Based Key-Value Store,Medium,49.4%,50.0%
52+
166,https://leetcode.com/problems/fraction-to-recurring-decimal,Fraction to Recurring Decimal,Medium,26.3%,50.0%
53+
432,https://leetcode.com/problems/all-oone-data-structure,All O`one Data Structure,Hard,44.1%,50.0%
54+
341,https://leetcode.com/problems/flatten-nested-list-iterator,Flatten Nested List Iterator,Medium,65.3%,50.0%
55+
1091,https://leetcode.com/problems/shortest-path-in-binary-matrix,Shortest Path in Binary Matrix,Medium,50.0%,50.0%
56+
827,https://leetcode.com/problems/making-a-large-island,Making A Large Island,Hard,55.2%,50.0%

‎airbnb/six-months.csv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
1235,https://leetcode.com/problems/maximum-profit-in-job-scheduling,Maximum Profit in Job Scheduling,Hard,54.4%,87.5%
3+
1257,https://leetcode.com/problems/smallest-common-region,Smallest Common Region,Medium,68.0%,50.0%
4+
2043,https://leetcode.com/problems/simple-bank-system,Simple Bank System,Medium,61.4%,75.0%
5+
68,https://leetcode.com/problems/text-justification,Text Justification,Hard,48.4%,100.0%
6+
251,https://leetcode.com/problems/flatten-2d-vector,Flatten 2D Vector,Medium,50.2%,75.0%
7+
755,https://leetcode.com/problems/pour-water,Pour Water,Medium,48.0%,50.0%
8+
713,https://leetcode.com/problems/subarray-product-less-than-k,Subarray Product Less Than K,Medium,53.0%,75.0%
9+
39,https://leetcode.com/problems/combination-sum,Combination Sum,Medium,74.9%,62.5%
10+
348,https://leetcode.com/problems/design-tic-tac-toe,Design Tic-Tac-Toe,Medium,58.6%,62.5%
11+
605,https://leetcode.com/problems/can-place-flowers,Can Place Flowers,Easy,28.9%,50.0%
12+
3076,https://leetcode.com/problems/shortest-uncommon-substring-in-an-array,Shortest Uncommon Substring in an Array,Medium,48.4%,62.5%
13+
631,https://leetcode.com/problems/design-excel-sum-formula,Design Excel Sum Formula,Hard,42.3%,75.0%

‎de-shaw/thirty-days.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+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,87.5%
3+
2221,https://leetcode.com/problems/find-triangular-sum-of-an-array,Find Triangular Sum of an Array,Medium,78.8%,100.0%

‎de-shaw/three-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+
968,https://leetcode.com/problems/binary-tree-cameras,Binary Tree Cameras,Hard,47.3%,100.0%
3+
1244,https://leetcode.com/problems/design-a-leaderboard,Design A Leaderboard,Medium,67.9%,87.5%
4+
2104,https://leetcode.com/problems/sum-of-subarray-ranges,Sum of Subarray Ranges,Medium,60.1%,87.5%
5+
2542,https://leetcode.com/problems/maximum-subsequence-score,Maximum Subsequence Score,Medium,54.3%,87.5%
6+
3281,https://leetcode.com/problems/maximize-score-of-numbers-in-ranges,Maximize Score of Numbers in Ranges,Medium,34.7%,87.5%
7+
2221,https://leetcode.com/problems/find-triangular-sum-of-an-array,Find Triangular Sum of an Array,Medium,78.8%,87.5%
8+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.4%,87.5%

‎src/main/java/Scraper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Scraper {
2828
public static final int LOGIN_PAGE_WAIT_MILLIS = 30000;
2929
WebDriver driver;
3030

31-
public void setup() throws InterruptedException, IOException {
31+
public void setup() throws InterruptedException {
3232
WebDriverManager.edgedriver().setup();
3333
driver = new EdgeDriver();
3434

0 commit comments

Comments
(0)

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