Split Sort | Codeforces 1863B Solution | Pinely Round 2 (Div. 1 + Div. 2) | English

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • In this video, I walk through the solution to problem B from Pinely Round 2 (Div. 1 + Div. 2) contest held on:
    Contest link: codeforces.com...
    Problem name: "Split Sort"
    My Submission:
    codeforces.com...
    I explain the thought process and logic behind the solution and show how to implement it in code. Don't forget to like and subscribe for more coding content!
    #codeforces #programming #coding #competitiveprogramming, #math, #sortings #greedy #code + solution, code + explanation, today codeforces contest solutions
    Something else: / sreejithcoast

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

  • @thesubtlesky
    @thesubtlesky 11 หลายเดือนก่อน +1

    at 4:53, if we take 3 as x then how permutation becomes 1 2 3 6 4 5, in the right we don't have to change the order why we have taken 3 before 6 4 5?

    • @codingdynamo
      @codingdynamo  11 หลายเดือนก่อน

      Thanks for pointing out, from 4:00 to 5:37, please refer the below example
      For, 6 4 3 5 2 1
      In,
      Operation 1: we take 2 -> 1 | 6 4 3 5 2
      Operation 2: we take 3 -> 1 2 | 6 4 3 5
      Operation 3: we take 4 -> 1 2 3 | 6 4 5
      Operation 4: we take 6 -> 1 2 3 4 5 6
      So the illustration in 7:00 shows the numbers we need to take.

  • @mdshajib2387
    @mdshajib2387 ปีที่แล้ว +4

    I think sound is less volume

    • @codingdynamo
      @codingdynamo  ปีที่แล้ว

      Sure, next time I will fix it.

  • @theassassin5489
    @theassassin5489 11 หลายเดือนก่อน

    thank you for the explanation

  • @nikhilsingh3928
    @nikhilsingh3928 11 หลายเดือนก่อน

    jabarjasti ka solution

  • @sujeetkumarmaurya8165
    @sujeetkumarmaurya8165 ปีที่แล้ว

    your explanation is very easy😊

  • @mdshajib2387
    @mdshajib2387 ปีที่แล้ว

    Please next time provide high resulation video

    • @codingdynamo
      @codingdynamo  ปีที่แล้ว +1

      Hi, TH-cam takes some time to process HD. Now resolution is increased. You can check now.

    • @mdshajib2387
      @mdshajib2387 ปีที่แล้ว

      @@codingdynamo Thank you..Your explanation is very nice.