This Webpage contains a curated collection of LeetCode problems categorized by the companies that frequently ask them in interviews. The goal is to provide a resource for job seekers to prepare effectively for coding interviews by focusing on the most relevant problems for specific companies.
LeetCodeCompanyWise
: A directory containing problems organized by company.docs
: Documentation to guide users on how to navigate and use the repository.static/images
: Contains images used in the documentation.README.md
: A detailed introduction to the repository.app.py
: A Python script that may be used for problem-solving or utilities related to the questions.
- Problems categorized by company.
- Provides a structured approach to LeetCode interview preparation.
- Easy to navigate through different company-specific problem sets.
To get started with the LeetCode Questions by Company repository, follow these steps:
Before you begin, ensure that you have the following installed:
- Python 3.x (Recommended version: Python 3.7 or above)
- pip (Python package installer)
- Git (To clone the repository)
First, clone the repository to your local machine by running the following command:
git clone https://github.com/Keshav-Chaudhary/LeetCodeQuestionsByCompany.git
Navigate into the cloned repository directory:
cd LeetCodeQuestionsByCompany
pip install flask requests
- LeetCodeCompanyWise: This directory contains problems organized by company.
- docs: Documentation files to help guide you in using the repository.
- static/images: Image assets used within the documentation.
- README.md: A detailed introduction and further guidance for users.
- app.py: A Python script for utility functions or solving problems related to LeetCode questions.
If you wish to execute the app.py
script, you can run it with the following command:
python app.py
- User Authentication and Personalized Progress Tracking
- Problem Difficulty and Time Estimation
- Company-Specific Interview Insights
- Sorting and Filtering by Difficulty and Topic
- Automated Solution Submissions
- LeetCode Patterns and Approach Guide
- Interactive Problem Solving Sessions
- Company-Specific Trends and Hiring Insights