JaberSH1's blog

By JaberSH1, history, 10 months ago, In English

Hello, Codeforces!

We are happy to invite you to participate in The 2025 Homs Collegiate programming contest that was held on the 23th of july in Homs, Syria.

The problems were authored and prepared by: Hosen_ba, Go8, EyadBT, Mohammad_Hacker, Grizoo, Rj3i_Flicker, and me.

I would like to give our sincere thanks to:

We would love to hear your feedback on the problems in the comments section. We hope you have a blast participating in this contest and wish you the best of luck!

Full text and comments »

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

By JaberSH1, history, 2 years ago, In English

The same solution was submitted in both C++17 (GCC 7-32) & C++20 (GCC 13-64).

AC submission passed with 0 KB on C++17 (GCC 7-32): 257826303

While it resulted in an MLE on C++20 (GCC 13-64): 257826268

The code uses linear memory and it failed on the 8th test which is only of size 10 :/

Full text and comments »

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

By JaberSH1, history, 3 years ago, In English

Can anyone provide a code for Eppstein's k shortest paths algorithm?

Full text and comments »

  • Vote: I like it
  • -8
  • Vote: I do not like it