This repo hosts LetltCode, LetltCode's team reference document.
This reference is still under development, so we are welcome every contributer give us some useful ideas.
If you want to contribute on this codebook. You can launch an issue or contact me: [email protected].
LetltCode_codebook
├── /basic/
│ ├── /algo/ Some useful functions in <algorithm.h> and sorting algorithm
│ ├── /input_output/ Something about I/O, likes getline() and stringstream
│ ├── accumulate.cpp
│ ├── binarySearch.cpp Some functions about binary search, likes lowerboun
│ └── ...
├── /dp/
├── /graph/
│ ├── /shortPath/
│ └── ...
├── /math/
│ ├── /mod/ Some functions use modular arithmetic
│ ├── /prime/ Some functions to judge prime
│ └── ...
├── /stl/ Some data strutures defined in STL librarys
├── /tree/
├── .gitignore
├── template.cpp
└── README.md
Because this reference document is incomplete, the reference document is CC0 temporary.