Skip to content

Keshav-Chaudhary/LeetCodeCompanyWise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

LeetCode Questions by Company

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.

Repository Structure:

  • 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.

Features:

  • Problems categorized by company.
  • Provides a structured approach to LeetCode interview preparation.
  • Easy to navigate through different company-specific problem sets.

Installation Guide

To get started with the LeetCode Questions by Company repository, follow these steps:

Prerequisites

Before you begin, ensure that you have the following installed:

  1. Python 3.x (Recommended version: Python 3.7 or above)
  2. pip (Python package installer)
  3. Git (To clone the repository)

Step 1: 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

Step 2: Install Dependencies

Navigate into the cloned repository directory:

cd LeetCodeQuestionsByCompany
pip install flask requests

Step 3: Explore the Repository Structure

  • 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.

Step 4: Run the Python Script

If you wish to execute the app.py script, you can run it with the following command:

python app.py

Future Features

  1. User Authentication and Personalized Progress Tracking
  2. Problem Difficulty and Time Estimation
  3. Company-Specific Interview Insights
  4. Sorting and Filtering by Difficulty and Topic
  5. Automated Solution Submissions
  6. LeetCode Patterns and Approach Guide
  7. Interactive Problem Solving Sessions
  8. Company-Specific Trends and Hiring Insights

Releases

No releases published

Packages

No packages published

Languages