Skip to content

Commit 16441eb

Browse files
committed
Add 2025 Problem Statement
1 parent 843584c commit 16441eb

File tree

127 files changed

+410
-6
lines changed

Some content is hidden

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

127 files changed

+410
-6
lines changed

altimetrik/all.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,75.0%
3+
15,https://leetcode.com/problems/3sum,3Sum,Medium,37.2%,75.0%
4+
2341,https://leetcode.com/problems/maximum-number-of-pairs-in-array,Maximum Number of Pairs in Array,Easy,75.6%,100.0%

altimetrik/more-than-six-months.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
1,https://leetcode.com/problems/two-sum,Two Sum,Easy,55.9%,87.5%
3+
15,https://leetcode.com/problems/3sum,3Sum,Medium,37.2%,100.0%
4+
2341,https://leetcode.com/problems/maximum-number-of-pairs-in-array,Maximum Number of Pairs in Array,Easy,75.6%,87.5%

altimetrik/six-months.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 %

altimetrik/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 %

altimetrik/three-months.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 %

bolt/all.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
1941,https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences,Check if All Characters Have Equal Number of Occurrences,Easy,78.7%,100.0%
3+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.5%,62.5%
4+
438,https://leetcode.com/problems/find-all-anagrams-in-a-string,Find All Anagrams in a String,Medium,52.3%,75.0%
5+
70,https://leetcode.com/problems/climbing-stairs,Climbing Stairs,Easy,53.6%,62.5%
6+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%
7+
123,https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii,Best Time to Buy and Sell Stock III,Hard,51.4%,75.0%

bolt/more-than-six-months.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
20,https://leetcode.com/problems/valid-parentheses,Valid Parentheses,Easy,42.5%,62.5%
3+
438,https://leetcode.com/problems/find-all-anagrams-in-a-string,Find All Anagrams in a String,Medium,52.3%,87.5%
4+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%
5+
70,https://leetcode.com/problems/climbing-stairs,Climbing Stairs,Easy,53.6%,62.5%
6+
123,https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii,Best Time to Buy and Sell Stock III,Hard,51.4%,75.0%
7+
1941,https://leetcode.com/problems/check-if-all-characters-have-equal-number-of-occurrences,Check if All Characters Have Equal Number of Occurrences,Easy,78.7%,62.5%

bolt/six-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+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,100.0%

bolt/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 %

bolt/three-months.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 %

0 commit comments

Comments
 (0)