In this repository, I'll work on solutions to LeetCode problems by C++, Java, and Python as much as I could.
Also, I build a website by GitHub Actions to host the code files by markdown files. You can see the built page here: LeetCode Solutions.
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.
The repository is still under construction, and the goal is to keep up with the growth of LeetCode problems by the end of the year!
For more information, please visit my GitHub.
By Jay Chen on Feb 23, 2019.
Revised on Dec 25, 2019.