This repository is my personal accepted submissions on LeetCode. If you are interested in this repository or have any quesiton, please feel free to contact with me.
Each problem are placed in its folder which is named by the ID of the problem. The folder contains the following files.
README.md
- The detail of the problem.LC-000.cpp
- My solution for this problem. Some of problem may have more than one solution and be named asLC-000-1.cpp
,LC-000-2.cpp
and so on respectively.
- Data Structures
- Algorithms
- Database
To access this repository more easily, the following plugins is recommended to install.
- GitHub with MathJax - For better understanding some formulas in
README.md
- Octotree - An sidebar on the left side for better accessing other files in other folders
NOTICE: You can follow the contributing process CONTRIBUTING.md to join me. I am very welcome any issue!