Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nayakpenguin/cp-templates
Here are my template codes for Competitive Programming with optimised implementations of various algorithms. I personally use them every day and have tested almost all of them in multiple competitive programming contests and practice problems
https://github.com/nayakpenguin/cp-templates
Last synced: 25 days ago
JSON representation
Here are my template codes for Competitive Programming with optimised implementations of various algorithms. I personally use them every day and have tested almost all of them in multiple competitive programming contests and practice problems
- Host: GitHub
- URL: https://github.com/nayakpenguin/cp-templates
- Owner: NayakPenguin
- Created: 2024-03-28T12:37:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T14:28:54.000Z (6 months ago)
- Last Synced: 2024-10-26T09:09:02.128Z (2 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CP-Templates
Here are my template codes for Competitive Programming with optimised implementations of various algorithms. I personally use them every day and have tested almost all of them in multiple competitive programming contests and practice problems## DP on LCS Template Required
## Syntax like sort pair> is required