mzhang2021 / cp-blog

MIT License
11 stars 2 forks source link

cp-blog/gss/ #4

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Solutions to SPOJ GSS Series | Yet Another Competitive Programming Blog

SPOJ has a series of problems with problem codes GSS1, GSS2, …, GSS8. The problems are intended as educational range query problems, and while they are a bit outdated, they can still be interesting to work through and think about. I highly recommend thinking about each problem on your own before looking at the editorial. Also, don’t feel the need to go in order, because they are definitely not ordered by difficulty. Finally, while I might include snippets of code for clarity of explanation, writing the full code for each problem will be left as an exercise to the reader :)

https://mzhang2021.github.io/cp-blog/gss/

deveshjha489 commented 3 years ago

suggestion / request for next article : DP on Trees or DP on Graphs

mzhang2021 commented 3 years ago

Hey @deveshjha489, thanks for the suggestion! I've considered doing a topic like DP before, although DP is a very saturated topic and I'm not sure what new angle I could offer on the topic. If I think of something, I'll be sure to write about it.