Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-r-r-o-w/competitive-programming
my competitive programming templates, dsa implementations, snippets, problems and solutions
https://github.com/a-r-r-o-w/competitive-programming
Last synced: 11 days ago
JSON representation
my competitive programming templates, dsa implementations, snippets, problems and solutions
- Host: GitHub
- URL: https://github.com/a-r-r-o-w/competitive-programming
- Owner: a-r-r-o-w
- Created: 2022-05-31T21:53:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T18:27:54.000Z (about 1 year ago)
- Last Synced: 2024-12-15T12:07:38.756Z (about 1 month ago)
- Language: C++
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# competitive-programming
This repository contains solutions to problems that I have solved on different competitive-programming/problem-solving websites in a readable Markdown format, and implementations of different data structures and algorithms.
### Algorithms
#### String
- Boyer Moore Horspool
- Boyer Moore
- Manacher
- Naive String Matching
- Rabin Karp
- Z-function
- Quadratic implementation
- Linear implementation
- Booth's algorithm (Lexicographical Minimal Rotation)### Data Structures