LeetCode Questions implemented in Python
<br />
<a href="https://github.com/therealabdi2/LeetcodeQuestions"><strong>Explore the docs »</strong></a>
<br />
<br />
·
<a href="https://github.com/therealabdi2/LeetcodeQuestions/issues">Report Bug</a>
·
<a href="https://github.com/therealabdi2/LeetcodeQuestions/issues">Request Feature</a>
Table of Contents
This is a repo where I have implemented Leetcode questions used in interviews in Pyhton
Need to have python installed To check go to terminal and type
- terminal
python --version
- Clone the repo
git clone https://github.com/therealabdi2/LeetcodeQuestions
- Install required packages
and you are good to go
pip install -r requirements.txt
See the open issues for a list of proposed features (and known issues)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information
Abdurrehman Afridi - @therealabdi27 - [email protected]