Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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