LeetCode Solutions
Getting Started
In this repository, I'll work on solutions to all LeetCode problems by C++, Java, and Python.
Coding Style
I believe messy code is costing you.
- C++ code is formatted by clang-format following the Google C++ Style Guide. You can see the configuration here.
- Java code is formatted by Language Support for Java(TM) by Red Hat
- Python code is formatted by PEP 8 -- Style Guide for Python Code.
More Information
The repository is still under construction, and the goal is to keep up with the growth of LeetCode problems by Aug 2020!
For more information, please visit my GitHub.
By Egg Meng on Jan 19, 2020 COPY from https://github.com/walkccc/LeetCode.
Revised on Dec 25, 2019.