Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suvrik/codeforces

Codeforces Template
https://github.com/suvrik/codeforces

algorithms competitive-programming data-structures mathematics

Last synced: 1 day ago
JSON representation

Codeforces Template

Awesome Lists containing this project

README

        

# My codeforces MSVC solution

Template project for each problem.

Library with some useful data structures and algorithms:
1) Big integer;
2) Binary exponentiation;
3) Combinatorics;
4) Dijkstra algorithm;
5) Disjoint-set;
6) Fenwick tree;
7) Floyd-Warshall algorithm;
8) Euclidean algorithm;
9) Kruskal algorithm;
10) Modular arithmetic;
11) Knuth–Morris–Pratt algorithm;
12) Sieve of Eratosthenes;
13) Binary search;
14) Ternary search;
15) Segment tree.