This repo is to gather leetcode solutions and practice my python skills, an assitional git command markdown is here to help me familiarize with git
I tried my best to write the solution that explains everything and should be enough for preparing technical interviews.
All the solutions posted here should be accepted by leetcode, if not please raise an isse with the problem number and a description of the failed test case.
Enjoy!
Start a python venv:
py -<version> -m venv <path>
Problem 5 is still pending