Skip to content

boyan1001/LetltCode_codebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetltCode Codebook

contributor Last Commit license C++

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].

Structure

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

License

Because this reference document is incomplete, the reference document is CC0 temporary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published