Skip to content

A structured repository featuring solutions to LeetCode challenges, categorized day-wise. Solutions are implemented in Python and other languages, making it an excellent resource for developers and learners to strengthen their problem-solving skills and understanding of data structures.

Notifications You must be signed in to change notification settings

Girijaray07/LEETCODE-Problem-wise-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

LeetCode Problems and Solutions

Welcome to the LeetCode Problems and Solutions repository! This repository is a curated collection of LeetCode problems and their solutions, organized into categories such as Arrays, Strings, and more. Each category folder contains sub-folders for individual problems, named by their titles, along with solutions written in Python, C, or other programming languages.

Goals

  • Categorical Organization: Find problems grouped by categories like Arrays, Strings, etc.
  • Multi-Language Solutions: Provide solutions in Python, C, Java, and other languages.
  • Learning Focus: Offer clean, efficient, and well-documented solutions to help others learn and improve.
  • Community Contributions: Encourage contributions to expand and improve the collection.

Explanation:

  1. Category Folder (e.g., Array): Contains problems related to a specific topic.
  2. Problem Folder (e.g., Find the Prefix Common Array of Two Arrays): Includes files for the specific problem:
    • Problem.md: Problem description, examples, and constraints.
    • Solution.<language>: Solution implementation in the chosen language.

How to Use

  1. Navigate to the category folder of your interest (e.g., Array).
  2. Open the specific problem folder to view:
    • Problem.md: Contains the problem description and constraints.
    • Solution files (Solution.py, Solution.c, etc.): Provide implementations of the problem.
  3. Study the problem and review the solution in the language of your choice.

Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Add solutions or problem descriptions for new or existing problems in the appropriate category folder.
  3. Submit a pull request with your changes.

Notes

  • Each problem is sourced from LeetCode.
  • Solutions are optimized for readability and performance.
  • The repository will be updated regularly with new problems and solutions.

Happy coding! 🚀

About

A structured repository featuring solutions to LeetCode challenges, categorized day-wise. Solutions are implemented in Python and other languages, making it an excellent resource for developers and learners to strengthen their problem-solving skills and understanding of data structures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published