|
| 1 | +# Leetcode Companywise Interview Questions |
| 2 | + |
| 3 | +This repository contains Company Wise Questions of LeetCode sorted based on Frequency and appeared in last 6 months. |
| 4 | + |
| 5 | +> This repository contains the snapshot as of **19th Nov 2022**. |
| 6 | + |
| 7 | +## I have LeetCode Premium and want to contribute back |
| 8 | +* Code to scrap the solutions is present [here](https://github.com/snehasishroy/leetcode-companywise-interview-questions/blob/master/src/main/java/Scraper.java). |
| 9 | + |
| 10 | +* 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. |
| 11 | +Run the scraper after filling in your UserName and Password [here](https://github.com/snehasishroy/leetcode-companywise-interview-questions/blob/master/src/main/java/Scraper.java#L17), without which the code won't work. |
| 12 | + |
| 13 | +* In case you get a timeout during page reloads, do increase the default timeout value set [here](https://github.com/snehasishroy/leetcode-companywise-interview-questions/blob/master/src/main/java/Scraper.java#L19) |
| 14 | + |
| 15 | +* Once the code is finished (which should take ~30 minutes), create a Pull Request and I will be happy to merge it. Thank you for your contribution :) |
| 16 | + |
| 17 | +## Happy LeetCoding. May the force be with you. |
| 18 | + |
| 19 | + |
0 commit comments