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

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

Hi to F solvers that got stuck on D ):

Seems like graph algorithms are much harder than topics taught in universities for you. Honestly Gaussian elimination is still hard for me, maybe that`s why I am still a specialist, what is your secret?

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

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

Auto comment: topic has been updated by Malek__ (previous revision, new revision, compare).

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +22 Проголосовать: не нравится

would say gaussian elimination is a rather trivial subject, anyone with a rating of at least 1200 should know it.

»
17 месяцев назад, скрыть # |
 
Проголосовать: нравится +14 Проголосовать: не нравится

Ah shit here go again ... For the new generation of competitive programmers, Gaussian elimination is as obvious as a greedy algorithm. With these elites, we no longer need to fear AI overtaking humans.

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

Not wanting to defend cheaters, but a problem that is basically applying Gaussian elimination is much easier than a problem that requires building a graph and doing some hard observations on it. Especially considering Gaussian elimination is a well know problem and there is plenty of code online for that.