This repository contains Company Wise Questions of LeetCode, categorized based on their recency.
- Last 30 Days
- Last 3 Months
- Last 6 Months
- Last 1 Year
- All
Attributes like Difficulty, Acceptance %, Frequency % are also added to enable filtering.
This repository contains the snapshot as of 24th May 2026.
If you need to sort/filter the questions based on frequency/difficulty, please clone the repo and perform operations in any CSV Editor (Excel / Google Sheets / OpenOffice Calc)
-
If you have LeetCode premium and want to contribute back, please clone the repo and setup the Java Project in the IDE of your choice.
-
Code to scrap the solutions is present here.
-
By default, the selenium browser will open in Edge.
-
If the selenium browser does not open, you might need to update selenium-java to the latest version because the older versions of Selenium java can be incompatible with the existing version of Edge. Run the scraper after filling in your UserName and Password here, without which the code won't work.
-
Delete the existing folders so the new files does not conflict.
-
In case you get a timeout during page reloads, do increase the default timeout value set here
-
Once the code is finished (which should take ~3 hours), create a Pull Request and I will be happy to merge it. Thank you for your contribution :)