Ashishgup's blog

By Ashishgup, history, 6 years ago, In English

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 :)

  • Vote: I like it
  • +120
  • Vote: I do not like it

| Write comment?
»
6 years ago, # |
  Vote: I like it +11 Vote: I do not like it

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.

  • »
    »
    6 years ago, # ^ |
      Vote: I like it +18 Vote: I do not like it

    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 :)

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
6 years ago, # |
  Vote: I like it +11 Vote: I do not like it

The best thing about this library is the links of sample problems. Great job, Ashish! (Y)

»
6 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Hope this could be of some use too https://github.com/forgotter/Snippets :)

»
5 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Can you please add implementation of some not commonly used data structures like Link cut tree, Treap, HLD.

»
5 years ago, # |
  Vote: I like it +20 Vote: I do not like it

Cool!

BTW, if you named your files with .cpp extension, Github would nicely highlight code for you.

»
5 years ago, # |
  Vote: I like it +9 Vote: I do not like it

I think this is the right place to share my Matrix Library Repo for C++ users MatLibCPP