This repository is dedicated to learning Python basic concepts and solving LeetCode problems using Python.
In this repository, you will find Python code examples and solutions for various LeetCode problems. The main goal is to improve your understanding of Python programming and problem-solving skills.
To get started, make sure you have Python installed on your machine. You can download Python from the official website: python.org.
Once you have Python installed, clone this repository to your local machine:
git clone https://github.com/your-username/python-basic-leetcode-practice.git
Each LeetCode problem has its own folder in the repository. Inside each folder, you will find the problem statement, along with the Python solution file.
Feel free to explore the different problem folders and study the solutions provided. You can also contribute your own solutions by following the guidelines in the Contributing section.
Contributions are welcome! If you have a new solution for a LeetCode problem or want to improve an existing solution, please follow these steps:
- Fork the repository.
- Create a new branch for your contribution.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request, describing your changes and the problem you solved.
This repository is licensed under the MIT License.