Competitive-Programming-Repository icon indicating copy to clipboard operation
Competitive-Programming-Repository copied to clipboard

Requirement for new codes.

Open dragonslayerx opened this issue 7 years ago • 2 comments

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.

  1. A simple concise implementation of Centroid Decomposition, Bridge trees.
  2. 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.
  3. 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. :)

dragonslayerx avatar Jun 08 '17 15:06 dragonslayerx

i would like to take up this issue

Malvikabhalla99 avatar Oct 26 '18 17:10 Malvikabhalla99

Can i add more sorting algorithms?

amberprice-stack avatar Jan 18 '20 04:01 amberprice-stack