Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 621 Bytes

File metadata and controls

19 lines (11 loc) · 621 Bytes

Purpose

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!

Notes

Start a python venv: py -<version> -m venv <path>

problem numbers needs to be in xxxx format for the auto ordering that github uses

Problem 5 is still pending