In this repository, I'll work on solutions to all LeetCode problems by using C++ and Python first.
The repository is still under construction and the goal is to keep up with the growth of LeetCode problems by Aug, 2020!
I believe messy code is costing you.
Therefore, in order to make everyone delighted, I format all the code.
- C++ codes are formatted by clang-format following the Google C++ Style Guide. You can see the configuration here.
- Python codes are formatted by prettier.
In addition, this is the convention I follow for consistency.