Leetcode Practice for python

Description This is my LeetCode Practice. Visit LeetCode Website for detailed question description.The code in this repository has already been ALL ACCEPTED by LeetCode. Environment Python >= 3.6 gcc >= 6.3.0 g++ >= 6.3.0 Getting Started git clone https://github.com/LeoTheBestCoder/LeetCode.git Python file python3 example.py C filegcc example.c./a.out (for Linux user).a.exe (for Windows user) cpp fileg++ example.cpp./a.out (for Linux user).a.exe (for Windows user) Feedback and Bug Report If you find any bugs in my code or you have any suggestions, please feel […]

Read more