Codeforces functionality may be limited from June 18, 19:00 (UTC) to June 19, 3:00 AM (UTC) due to technical maintenance. Polygon will work as usual. ×

Number_72's blog

By Number_72, history, 14 months ago, In English

Hello Codeforces, I am currently planning on improving my graph theory and data structure knowledge over the next month so I am looking for some resources available for them. For graph theory I know a lot of resources namely youtube playlists of some channels like William Fiset. I would like to learn some of your favourite resources for Data Structures (SegTrees,BITs etc.) and Graph Theory Algorithms. I do have an abundance of problemsets for both topics so I only need a good, comprehensive tutorial for them like some books or a long playlist or sth. I appreciate all responses so please do not hesitate to share your personal favorites.

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

| Write comment?
»
14 months ago, # |
Rev. 4   Vote: I like it +4 Vote: I do not like it
Some of my favorites:
- https://mirror.codeforces.com/blog/entry/16221
- https://mirror.codeforces.com/group/ibNhxWfOek/contests
- https://mirror.codeforces.com/blog/entry/55219?#comment-390897
- https://mirror.codeforces.com/blog/entry/92820
- https://mirror.codeforces.com/blog/entry/91329
- https://cp-algorithms.com/
- https://mirror.codeforces.com/blog/entry/15729
- https://mirror.codeforces.com/blog/entry/15890
- https://mirror.codeforces.com/blog/entry/22616
- https://mirror.codeforces.com/blog/entry/71925

(Most are problemsets)
»
14 months ago, # |
  Vote: I like it +2 Vote: I do not like it

USACO Guide is a really good resource that contains explainations, videos, problems, and solutions.