You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
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.
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. :)
The text was updated successfully, but these errors were encountered: