Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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