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

Автор Number_72, история, 12 месяцев назад, По-английски

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.

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

»
12 месяцев назад, # |
Rev. 4   Проголосовать: нравится +4 Проголосовать: не нравится
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)
»
12 месяцев назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

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

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

useful