Блог пользователя Ashishgup

Автор Ashishgup, история, 6 лет назад, По-английски

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

  • Проголосовать: нравится
  • +120
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

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 лет назад, # ^ |
      Проголосовать: нравится +18 Проголосовать: не нравится

    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 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

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

»
6 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

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

»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
5 лет назад, # |
  Проголосовать: нравится +20 Проголосовать: не нравится

Cool!

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

»
5 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

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