Competitive-Programming-Repository
Competitive-Programming-Repository copied to clipboard
Requirement for new codes.
This library is not exhaustive as it still needs several key algorithms and data structures which are widely used in Competitive Programming. The lack is partially due to my lack of knowledge about them or my laziness to implement and test them.
I'm listing some of the key algorithms here which this library needs.
- A simple concise implementation of Centroid Decomposition, Bridge trees.
- Knuth Morris Pratt (KMP), Manacher, Aho corasick : One can find an obselete code of kmp in obselete folder, I have used it several time but code is not concise.
- A library for Computational Geometry including some key algorithms like finding convex hull of a set of points.
Any new cool completive programming template is also welcome ! Please report bugs in case u get one during using any of the template.
I would like to invite competitive programming enthusiasts to contribute to this library and let the knowledge grow. :)
i would like to take up this issue
Can i add more sorting algorithms?