Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angelobattaglia/cp

A guide to start with competitive programming, and solutions to problems
https://github.com/angelobattaglia/cp

documentation mkdocs mkdocs-material

Last synced: 18 days ago
JSON representation

A guide to start with competitive programming, and solutions to problems

Awesome Lists containing this project

README

        

# [Here's the website](https://angelobattaglia.github.io/CP/site/index.html)

## Starting kit to CP, and problem solutions

After [installing MkDocs Material on your system](https://squidfunk.github.io/mkdocs-material/),
on the root directory, i.e. where the `mkdocs.yml` file is located, do the following:

```shell
git clone
```

```shell
mkdocs build
mkdocs serve
```