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 6731f35

Browse files
Add 2025 Problem Statement
1 parent c493472 commit 6731f35

18 files changed

+125
-1
lines changed

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![leetcode-companywise-interview-questions](https://socialify.git.ci/snehasishroy/leetcode-companywise-interview-questions/image?description=1&font=JetBrains+Mono&forks=1&language=1&name=1&owner=1&pattern=Solid&stargazers=1&theme=Dark)
44

55
This repository contains Company Wise Questions of LeetCode, categorized based on their recency.
6-
* 30 Days
6+
* Last 30 Days
77
* Last 3 Months
88
* Last 6 Months
99
* Last 1 Year
@@ -25,6 +25,9 @@ Run the scraper after filling in your UserName and Password [here](https://githu
2525

2626
* Once the code is finished (which should take ~60 minutes), create a Pull Request and I will be happy to merge it. Thank you for your contribution :)
2727

28+
# Star History
29+
![Alt text](https://api.star-history.com/svg?repos=snehasishroy/leetcode-companywise-interview-questions)
30+
2831
## Happy LeetCoding. May the force be with you.
2932

3033

‎alibaba/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 %

‎alibaba/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 %

‎instacart/all.csv

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
2133,https://leetcode.com/problems/check-if-every-row-and-column-contains-all-numbers,Check if Every Row and Column Contains All Numbers,Easy,52.9%,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%,62.5%
4+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,87.5%
5+
981,https://leetcode.com/problems/time-based-key-value-store,Time Based Key-Value Store,Medium,49.4%,100.0%
6+
65,https://leetcode.com/problems/valid-number,Valid Number,Hard,21.7%,62.5%
7+
452,https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons,Minimum Number of Arrows to Burst Balloons,Medium,60.5%,62.5%
8+
1353,https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended,Maximum Number of Events That Can Be Attended,Medium,38.6%,62.5%
9+
34,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,Find First and Last Position of Element in Sorted Array,Medium,47.0%,87.5%
10+
36,https://leetcode.com/problems/valid-sudoku,Valid Sudoku,Medium,62.4%,62.5%
11+
44,https://leetcode.com/problems/wildcard-matching,Wildcard Matching,Hard,30.1%,75.0%
12+
435,https://leetcode.com/problems/non-overlapping-intervals,Non-overlapping Intervals,Medium,55.7%,62.5%
13+
56,https://leetcode.com/problems/merge-intervals,Merge Intervals,Medium,49.5%,62.5%
14+
212,https://leetcode.com/problems/word-search-ii,Word Search II,Hard,37.4%,62.5%
15+
1701,https://leetcode.com/problems/average-waiting-time,Average Waiting Time,Medium,73.0%,62.5%

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
981,https://leetcode.com/problems/time-based-key-value-store,Time Based Key-Value Store,Medium,49.4%,100.0%
3+
2133,https://leetcode.com/problems/check-if-every-row-and-column-contains-all-numbers,Check if Every Row and Column Contains All Numbers,Easy,52.9%,75.0%
4+
65,https://leetcode.com/problems/valid-number,Valid Number,Hard,21.7%,62.5%
5+
452,https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons,Minimum Number of Arrows to Burst Balloons,Medium,60.5%,62.5%
6+
1353,https://leetcode.com/problems/maximum-number-of-events-that-can-be-attended,Maximum Number of Events That Can Be Attended,Medium,38.6%,62.5%
7+
36,https://leetcode.com/problems/valid-sudoku,Valid Sudoku,Medium,62.4%,62.5%
8+
44,https://leetcode.com/problems/wildcard-matching,Wildcard Matching,Hard,30.1%,75.0%
9+
435,https://leetcode.com/problems/non-overlapping-intervals,Non-overlapping Intervals,Medium,55.7%,62.5%
10+
56,https://leetcode.com/problems/merge-intervals,Merge Intervals,Medium,49.5%,62.5%
11+
121,https://leetcode.com/problems/best-time-to-buy-and-sell-stock,Best Time to Buy and Sell Stock,Easy,55.4%,62.5%
12+
212,https://leetcode.com/problems/word-search-ii,Word Search II,Hard,37.4%,62.5%
13+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,62.5%
14+
34,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,Find First and Last Position of Element in Sorted Array,Medium,47.0%,62.5%

‎instacart/six-months.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
981,https://leetcode.com/problems/time-based-key-value-store,Time Based Key-Value Store,Medium,49.4%,75.0%
3+
34,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,Find First and Last Position of Element in Sorted Array,Medium,47.0%,100.0%
4+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,87.5%
5+
1701,https://leetcode.com/problems/average-waiting-time,Average Waiting Time,Medium,73.0%,75.0%

‎instacart/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+
34,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,Find First and Last Position of Element in Sorted Array,Medium,47.0%,100.0%
3+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,87.5%

‎instacart/three-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+
34,https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array,Find First and Last Position of Element in Sorted Array,Medium,47.0%,100.0%
3+
977,https://leetcode.com/problems/squares-of-a-sorted-array,Squares of a Sorted Array,Easy,73.3%,100.0%
4+
1701,https://leetcode.com/problems/average-waiting-time,Average Waiting Time,Medium,73.0%,75.0%

‎virtusa/all.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+
88,https://leetcode.com/problems/merge-sorted-array,Merge Sorted Array,Easy,53.1%,62.5%
3+
3039,https://leetcode.com/problems/apply-operations-to-make-string-empty,Apply Operations to Make String Empty,Medium,56.3%,100.0%
4+
118,https://leetcode.com/problems/pascals-triangle,Pascal's Triangle,Easy,77.1%,75.0%
5+
3,https://leetcode.com/problems/longest-substring-without-repeating-characters,Longest Substring Without Repeating Characters,Medium,37.1%,62.5%
6+
56,https://leetcode.com/problems/merge-intervals,Merge Intervals,Medium,49.5%,62.5%

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ID,URL,Title,Difficulty,Acceptance %,Frequency %
2+
88,https://leetcode.com/problems/merge-sorted-array,Merge Sorted Array,Easy,53.1%,87.5%
3+
118,https://leetcode.com/problems/pascals-triangle,Pascal's Triangle,Easy,77.1%,100.0%
4+
3039,https://leetcode.com/problems/apply-operations-to-make-string-empty,Apply Operations to Make String Empty,Medium,56.3%,87.5%
5+
3,https://leetcode.com/problems/longest-substring-without-repeating-characters,Longest Substring Without Repeating Characters,Medium,37.1%,87.5%

0 commit comments

Comments
(0)

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