I have been trying to cover a lot of commonly used Algorithms/Data Structures and maintain neatly written codes at my repository (since most codes are not neatly written in Competitive Programming in general, and I prefer neatly written codes):
https://github.com/Ashishgup1/Competitive-Coding/
Most of the codes are taken from various sources and already existing Coding Libraries, and many Algorithms/Data Structures are missing which I plan to add soon.
Hope you enjoy and feel free to point out any bugs you notice :)
Hi, great effort, Thank you.
You might want to host the solutions to gym problems elsewhere since they aren't accessible if one hasn't already solved them. For instance solution link in Segment Tree section.
Hey! I'm actually a little busy for the next couple of days, but I'll definitely replace all the gym links after that and resume with adding more algorithms :)
Hi, Thanks for sharing! :)
Maybe this repo could be useful as a source of material for your library:
https://github.com/OpenGenus/cosmos
Hope it helps
The best thing about this library is the links of sample problems. Great job, Ashish! (Y)
Hope this could be of some use too https://github.com/forgotter/Snippets :)
Can you please add implementation of some not commonly used data structures like Link cut tree, Treap, HLD.
Cool!
BTW, if you named your files with .cpp extension, Github would nicely highlight code for you.
I think this is the right place to share my Matrix Library Repo for C++ users MatLibCPP