Number Theory for Competitive Programming | Topic Stream 9

Поділитися
Вставка
  • Опубліковано 21 тра 2024
  • Tutorial on number theory, including most of the basic stuff and a few more advanced things. Note the rather unusual stream time. Sorry that this has (repeatedly) been delayed - for whatever reason, I had a huge aversion to actually recording this, and I'm not sure why.
    Links:
    Mashup (practice problems): codeforces.com/contestInvitat...
    Problem difficulties (and sources): pastebin.com/Tt26QKbM
    Stream time (actually 1.5 days since upload, not 2.5 days): www.timeanddate.com/worldcloc...
    docs.google.com/presentation/... (slides)
    cp-algorithms.com/algebra/phi... (totient function)
    discuss.codechef.com/t/guide-... (proof of Fermat’s little theorem, and some more stuff on modulo)
    cp-algorithms.com/algebra/fac... (some more prime factorization methods)
    github.com/maksim1744/program... (super fast prime factorization)
    brilliant.org/wiki/extended-e... (explains the extended GCD algorithm)
    codeforces.com/blog/entry/53925 (information on the Mobius inversion)
    codeforces.com/contest/803/pr... (problem related to Mobius inversion)
    [Related to the above problem, my modified version is problem J in the mashup.]
    discuss.codechef.com/t/more-i... (why sum of i from 1 to n of n/i is O(n * log n))
    AnandOza has also done a similar stream (I’m just doing this because it was voted on), see codeforces.com/blog/entry/85475
    Timestamps:
    Intro + tip 00:00
    Floor/ceil 01:30
    Divisors 01:58
    Prime factorization 03:40
    Divisor finding 05:43
    Modulo 07:00
    Binary exponentiation 10:54
    Modular "division" 13:11
    GCD 17:21
    Extended Euclidean (kinda) 21:06
    LCM 23:21
    Chinese remainder theorem 24:30
    Instance of mobius 32:12
    Conclusion 36:45
  • Наука та технологія

КОМЕНТАРІ • 33

  • @Selbstzensur
    @Selbstzensur Рік тому +6

    I love all the content creator out there. I pick the ones who help me to get rid of my flaws, who help me to grow and this is so awesome. Thank you for beeing one of these creators.

  • @gdthegreat
    @gdthegreat 2 роки тому +22

    Hey Colin, thanks for putting this video, really appreciate.

  • @harrisondong5405
    @harrisondong5405 Рік тому +1

    Thanks Colin, your lecture videos are very helpful for learning competitive programming, really appreciate.

  • @shivanshsahu3781
    @shivanshsahu3781 2 роки тому +4

    Thank you so much for this video, i was actually looking for a good source on Number theory and i find this. ❤

  • @aries3690
    @aries3690 2 роки тому +8

    Thanks for all the amazing videos, Im learning a lot!

  • @MyPlanetIsPluto
    @MyPlanetIsPluto 2 роки тому +1

    This one helps a lot. Not enough concise breakdowns of this topic out there

  • @AlgorithmsConquered
    @AlgorithmsConquered 2 роки тому +2

    Looking forward to it!

  • @user-to8uo3ir2r
    @user-to8uo3ir2r 9 місяців тому

    Thanks for all the amazing Videos. Big fan of you .

  • @jaidmmx_3290
    @jaidmmx_3290 2 роки тому +1

    Thanks, you're really awesome!

  • @salambience12
    @salambience12 2 роки тому +3

    thanks, colin...love from Bangladesh

  • @shanewalsch
    @shanewalsch 2 роки тому +1

    Thanks alot for a lecture!

  • @sammkk8700
    @sammkk8700 2 роки тому +1

    Long waiting but worth it❤️❤️

  • @user-fb7hw1el1c
    @user-fb7hw1el1c 2 роки тому +1

    Thank you so much

  • @Aditya-cw7rd
    @Aditya-cw7rd 2 роки тому +1

    Thanks dude ❣️

  • @nirajandata
    @nirajandata 2 роки тому +2

    thanks colin .

  • @coefficient1359
    @coefficient1359 2 роки тому +1

    Thank you 👍

  • @solaris413
    @solaris413 2 роки тому +1

    thank u so much

  • @hloboy8811
    @hloboy8811 2 роки тому +2

    Thanks

  • @shivamkushwah3542
    @shivamkushwah3542 2 роки тому +5

    hey galen....i dont think if this is a popular opinion.....but i like your freestyle teaching more than making slides like this.......when we see someone writing or typing it keeps us engaged.......although the content is still awesome....your freestyle teaching is the thing that makes you different and better than others and obviously the content too....

  • @powerofpavan7710
    @powerofpavan7710 3 місяці тому

    thanks

  • @LinuxKernel-lf8ov
    @LinuxKernel-lf8ov 4 місяці тому +1

    Hello, i have a question
    when you say "lets subtract a from both sides" in the equation (cx+a)%y = b
    the equation become (cx+a)%y - a = b-a so what are the math steps to simplify it to be cx%y = (b-a)%y
    and second question is how the %y got to be a part for the right hand side ?

  • @tanvirhasan4912
    @tanvirhasan4912 Рік тому +1

    32:20 it's Möbin time!!

  • @wrathcyber
    @wrathcyber 2 роки тому

    hey colin, much love from north korea

  • @kxb6098
    @kxb6098 2 роки тому +12

    Please correct me if I'm wrong:
    gcd(a, b) = gcd(a - b, b)
    gcd(a, b) = gcd(a + b, b)
    right?

    • @maxbro8880
      @maxbro8880 2 роки тому +5

      yes, that is how Euclid's algo works
      gcd(a, b) = gcd(a + kb, b) for any integer k

    • @VIVEKMMMUT-ECE2027
      @VIVEKMMMUT-ECE2027 Місяць тому

      more efficent would be a%b,b since a-b is same as a%b if done multiple times

  • @gabbar1867
    @gabbar1867 2 роки тому +2

    Colin I m coming

  • @ziedbrahmi4812
    @ziedbrahmi4812 Рік тому

    in more modulo: any one can tell me why we need to do b^c%totient(m)? ! any links to this ?

  • @akshayas349
    @akshayas349 Місяць тому

  • @MiketheCoder
    @MiketheCoder 2 роки тому

    How do you do division for mod in number theory? It seems to work only for + and *

  • @mahmoudbassem1434
    @mahmoudbassem1434 Рік тому

    7:05 what is that?

  • @mohimenul1570
    @mohimenul1570 Рік тому

    The pastebin link isn't working !