Please read the new rule regarding the restriction on the use of AI tools. ×

eyasir2047's blog

By eyasir2047, history, 13 months ago, In English

I have just completed Dijkstra, Bellman-Ford & Floyd Warshall algorithm. Can anyone suggest to me some good essential problems?

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

| Write comment?
»
13 months ago, # |
  Vote: I like it +5 Vote: I do not like it

https://cses.fi/problemset/

Section: Graph Algorithms

Problems: for example Shortest Paths, Shortest Paths II, Flight Discount

  • »
    »
    13 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    What did you do when you saw that you were stuck in a particular rating and didn't see any improvements?

    • »
      »
      »
      13 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Nothing special — I just tried to solve harder and harder problems on my own and kept participating in contests.

»
13 months ago, # |
  Vote: I like it +5 Vote: I do not like it
»
13 months ago, # |
  Vote: I like it -8 Vote: I do not like it

Run away from graphs, they are disgusting, if I quit CP anytime soon, it's because I'm only practicing graphs this week.