Video není dostupné.
Omlouváme se.

Codechef Starters 142 | Video Solutions - A to D | by Harsh Gupta | TLE Eliminators

Sdílet
Vložit
  • čas přidán 14. 08. 2024
  • Here are the video solutions in the form of a post-contest discussion for problems A, B, C, D of Codechef Starters 142 (Div 2). The live discussion was done with students of TLE Eliminators, this is the recording of the same. We hope this will be useful for you in up-solving this contest.
    📢Check out handpicked problems by Priyansh himself, on our CP-31 sheet: www.tle-elimin...
    Solution Codes:
    Problem A: www.codechef.c...
    Problem B: www.codechef.c...
    Problem C: www.codechef.c...
    Problem D: www.codechef.c...
    Be sure to check out TLE Eliminators.
    Website: www.tle-elimin...
    Instagram: / tle_eliminators
    Linkedin: / tle-eliminators
    Twitter: / tle_eliminators
    TLE Community Discord Server: / discord
    Timestamps:-
    0:00 Problem A
    16:55 Problem B
    30:48 Problem C
    41:24 Problem D

Komentáře • 18

  • @TLE_Eliminators
    @TLE_Eliminators  Před měsícem

    🎉Exciting news! TLE 11.0, our competitive programming course is set to launch on 15th July. This is your chance to level up your problem solving skills. 🚀
    Check out www.tle-eliminators.com for more info! 💻

  • @TLE_Eliminators
    @TLE_Eliminators  Před měsícem

    Please fill the feedback form: forms.gle/MJZbcwjaJrvUGRzk8

  • @Sixth-Sense_0
    @Sixth-Sense_0 Před měsícem +3

    More simple B but need sorting :-
    int n;
    cin >> n;
    int a[n];
    for(int i=0; i> a[i];
    int x = 0, ans = -1;
    sort(a, a+n);
    for(int i=0; i

    • @anuragbhanu2890
      @anuragbhanu2890 Před měsícem

      Nice . I did the same but with longer implementation by making prefix array.

    • @noicename5841
      @noicename5841 Před měsícem

      How are you guys able to come with these type approaches ? Unable to solve 4th problem in div 4 . Please help

  • @Bhalu-kl7sq
    @Bhalu-kl7sq Před měsícem +1

    Nice explanation and solution of B loved it it's so beginner friendly like me😄

  • @harshavardan9054
    @harshavardan9054 Před měsícem +2

    Really good explanations

  • @shubhammaurya6367
    @shubhammaurya6367 Před měsícem +2

    4th problem was very nice

  • @Harsh-sx4xv
    @Harsh-sx4xv Před měsícem

    Good explanation

  • @hardik1928
    @hardik1928 Před měsícem +3

    In c we have to print product of two next prime number right

  • @yashagarwal9784
    @yashagarwal9784 Před měsícem +1

    best

  • @sdmfslkdm
    @sdmfslkdm Před měsícem +2

    how are people able to come up with such though in problems like D

  • @prakhargarg4166
    @prakhargarg4166 Před 27 dny

    Why no solution video for starters 143

  • @beloved2406
    @beloved2406 Před měsícem

    When will the 11 batch will launch??