Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-s01/templatelibrary
CP Templates
https://github.com/g-s01/templatelibrary
competitive-programming cpp cpp17
Last synced: 2 months ago
JSON representation
CP Templates
- Host: GitHub
- URL: https://github.com/g-s01/templatelibrary
- Owner: g-s01
- Created: 2024-07-19T22:53:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:13:56.000Z (6 months ago)
- Last Synced: 2024-10-12T16:03:31.711Z (3 months ago)
- Topics: competitive-programming, cpp, cpp17
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/github/g-s01/TemplateLibrary/graph/badge.svg?token=VK7I4V3N3N)](https://codecov.io/github/g-s01/TemplateLibrary)
![Code Coverage](https://github.com/g-s01/TemplateLibrary/workflows/Code%20Coverage/badge.svg)# CP Templates
1. [Tries](https://github.com/g-s01/TemplateLibrary/tree/main/src/Trie)
# Using the templates
Copy and Paste the required code/functions in the `src` folder
# Running the tests locally
1. Clone this repos using `git clone https://github.com/g-s01/TemplateLibrary.git`
2. Install [GoogleTest](https://google.github.io/googletest/)
3. Build the CMake using
```
chmod +x coverage.sh
./coverage.sh
```
at the root