MO's Algorithm (Arabic)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2024

ความคิดเห็น • 6

  • @mostafaomar5441
    @mostafaomar5441 5 ปีที่แล้ว +3

    For anyone confused.
    I think there's a mistake in the codes at 7:11 in the adding while statements, the increments, decrements should be done before calling add. Also add statements should be called before remove ones for the reason you mention, here's why from the blog you link codeforces.com/blog/entry/46399?#comment-308528

  • @mdkamruzzamanleion9950
    @mdkamruzzamanleion9950 7 ปีที่แล้ว

    how can i learn your lectures in english, i cant find any subtitle

    • @ArabicCompetitiveProgramming
      @ArabicCompetitiveProgramming  7 ปีที่แล้ว

      In 2018, I hope I can provide English subtitles for my channel (plan to raise up a funding campaign)

  • @muntaserabukhadijah2387
    @muntaserabukhadijah2387 6 ปีที่แล้ว

    لم اعرف لماذا الترتيب بفريق . الدقيقة 7.49
    ممكن توضيح ؟

    • @ArabicCompetitiveProgramming
      @ArabicCompetitiveProgramming  6 ปีที่แล้ว

      اظن لما لعبت بأمثلة لقيت اماكنهم بتيقى غلط
      نسيت للاسف

    • @mostafaomar5441
      @mostafaomar5441 5 ปีที่แล้ว +5

      I know this a year old comment, but it might help someone watching the video now.
      The adding statements should be done before the remove statements. It won't make a difference in the example given in the video, but see here for an explained example: codeforces.com/blog/entry/46399?#comment-308528