Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suvrik/codeforces
- Owner: suVrik
- Created: 2020-10-16T10:43:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T21:22:46.000Z (over 3 years ago)
- Last Synced: 2023-08-22T18:09:50.940Z (about 1 year ago)
- Topics: algorithms, competitive-programming, data-structures, mathematics
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.