Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: cby931001@gmail.com.

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages