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

Автор StellarSpecter, история, 13 часов назад, По-английски

Whenever I see math problems, I give up because my math background is weak. I am a biology student, but I love doing cp as a hobby.

Can anyone help me what theorems and algorithms do I need to prove to become better and reach 1000 rating ?

Thanks for help

binary search, bezout theorem, riemann hypothesis ? is that enough ?

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

»
13 часов назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

what theorems and algorithms do I need to prove ?

Riemann hypothesis is a must

»
13 часов назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

just mug up the math, math has no logic

»
13 часов назад, # |
  Проголосовать: нравится +23 Проголосовать: не нравится

Learn binary search.

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

If you just want to achieve a score of 1000, then you only need to learn some simple number theory, such as Bézout’s identity,exgcd.

(In China, you can probably achieve your goals at the elementary school level)

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

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

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

Riemann Hypothesis would require you to prove it tho.