9.1 Knuth-Morris-Pratt KMP String Matching Algorithm

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

ความคิดเห็น • 1K

  • @UsmanKhan-lp2mg
    @UsmanKhan-lp2mg 5 ปีที่แล้ว +2772

    Computer Science students will always be thankful to this legend ❤

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

      yes, true that. He is simply amazing.

    • @ManishKumar-vg9yz
      @ManishKumar-vg9yz 4 ปีที่แล้ว

      chat.whatsapp.com/GSKHF9PdnJkKbjbW0MDgqt

    • @khizratariq9629
      @khizratariq9629 3 ปีที่แล้ว +2

      Yess

    • @prashantrandive6132
      @prashantrandive6132 3 ปีที่แล้ว +23

      Not only computer science student ,All engineering student be thankful to this man❤️❤️

    • @satyamkumar2820
      @satyamkumar2820 3 ปีที่แล้ว +10

      not only CS students, Whole community who are interested in Algorithms

  • @richardszegh6443
    @richardszegh6443 3 ปีที่แล้ว +782

    this guy achieves to teach things in 20 minutes that university teachers fail to teach in hours

    • @muscleinjury3331
      @muscleinjury3331 3 ปีที่แล้ว +45

      *fail to teach in semesters

    • @ManishPandey-ub1hj
      @ManishPandey-ub1hj 3 ปีที่แล้ว +23

      @@muscleinjury3331 You need to go to a better university

    • @ketanraghunathraut7615
      @ketanraghunathraut7615 3 ปีที่แล้ว +13

      @@ManishPandey-ub1hj no he is right,same for me

    • @extraFart
      @extraFart 3 ปีที่แล้ว +6

      I watch his videos on 2x

    • @rheumaticharm9551
      @rheumaticharm9551 3 ปีที่แล้ว +23

      @@ManishPandey-ub1hj lol then go to ur University dnt come here.

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

    You might have heard it many times, but still I prefer mentioning it that all these efforts you made to make such valuable contents free of cost is amazing, This is going to serve many programmers for the next coming years as well. Be it your way of explanation, your intuition every thing is just perfect. And we the programming community is thankful to you sir.
    I do hope that you will be making more videos in the coming years. That is the only negative thing that I hear about this otherwise wonderful channel it that the advanced data structures and algorithms are not being covered. This is just a feedback from someone who has been following your videos for quiet a long time.
    Again thank you sir

  • @priyabrata8467
    @priyabrata8467 6 ปีที่แล้ว +1299

    At 11:33 on pattern P3 aab should be 123 instead of 120

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

      yes true

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

      was wondering the same, thanks for confirming

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

      @@abdul_bari You made the most clear explanation on where the KMP algorithm comes from, instead of just showing us how to compute the KMP array using the pattern string. The way you teach allows students to understand the background, thus we can always recall the algorithm even if we forget. This is the same idea on learning math. You are a great teacher! :)

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

      @@abdul_bari that is not helpful. what would be helpful would be for you to insert an annotation at that point in the video.

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

      C is also matched in P3 so it will be 1234

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

    Mr Bari, you're truly a gem. None of the videos online could explain these concepts as clearly as you. Really appreciate what you are doing!

  • @gugy6541
    @gugy6541 ปีที่แล้ว +303

    correction: 11:27 last `b` should be 3. thanks Abdul, I find your explanations more than helpful! keep up the good work!

    • @harshdeepanshu277
      @harshdeepanshu277 ปีที่แล้ว +9

      yup you are right.

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

      yes man,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, shai bola bhai {for indian guys}

    • @TragicGFuel
      @TragicGFuel 10 หลายเดือนก่อน

      non indians nhi dekhte baitheenge @@111rhishishranjan2

    • @yousufahmed985
      @yousufahmed985 9 หลายเดือนก่อน +1

      yesss

    • @ayyan6061
      @ayyan6061 9 หลายเดือนก่อน +1

      Serious guy.

  • @soupoverflow
    @soupoverflow 3 ปีที่แล้ว +52

    This man has singlehandedly helped me through so much of my undergrad degree. All for free. I can’t thank you enough Mr. Bari!

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

    This algorithm is mostly used in research field. Interviewers won't expect you to formulate KMP in a span of an hour. Rabin-Karp with rolling hash function is some want less complex and less efficient algo(Better than naive though) which can be used in an interview. That being said, I'm only here for this legend's explanation, I'm a big fan from Chennai, sir.

    • @shritishaw7510
      @shritishaw7510 2 ปีที่แล้ว +25

      though they don't expect us to use kmp algorithm in interviews. Knowing the concept and the implementation can turn tables for you in the interview.

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

      @@shritishaw7510 But do they expect us to. know this algo?

    • @gladyouseen8160
      @gladyouseen8160 2 ปีที่แล้ว +21

      Question was asked in Microsoft

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

      @@gladyouseen8160 was the implementation asked??

    • @vivekverma4012
      @vivekverma4012 ปีที่แล้ว +2

      @@thenishantgiri yes complete implementation

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

    The best KMP algorithm explanation on TH-cam.

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

      Additionally, the only

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

      @@R0hirrim actually no

    • @bhanup3376
      @bhanup3376 2 ปีที่แล้ว

      Tell the truth BRO

  • @dilukshanbimsara357
    @dilukshanbimsara357 2 ปีที่แล้ว +63

    7:45 Start KMP (0:00 to 7:45 Naive String Matching Algo)

  • @jimmy1681000
    @jimmy1681000 3 ปีที่แล้ว +45

    You teach me how to appreciate the beauty of algorithms.
    Thank you so much.

  • @alexandersafi569
    @alexandersafi569 3 ปีที่แล้ว +36

    Thank you enormously from the Netherlands !

  • @shritishaw7510
    @shritishaw7510 2 ปีที่แล้ว +7

    Before playing this video, I watched the explanation by some other expressive TH-camrs, But honestly, no one is nearer to the way you explained the thought process of the KMP algorithm. Thank you for your lucid explanation.

  • @ankityadav-ci6gy
    @ankityadav-ci6gy ปีที่แล้ว +3

    the pursuit of understanding this algorithm always scares the hell out of me ..... u came as a savior...thanks a lot, Sir.

  • @Pankajkumar-dy9ef
    @Pankajkumar-dy9ef 6 ปีที่แล้ว +237

    HUGE RESPECT TO THIS LIVING Legend!!!

  • @mariusandries4103
    @mariusandries4103 2 ปีที่แล้ว +24

    Thanks for the explanations.
    If possible please correct in the video as well this: "In P3, b is also matching , lps should be 0 1 0 0 1 0 1 2 3 0", when I first saw the mistake in the video I gave up and I thought I did not understood and I searched another source to understand the algorithm.
    Please put a text over the video with correct values, others will miss the description and will get confused.

  • @travellingsLenses
    @travellingsLenses 6 ปีที่แล้ว +65

    Literally one of the best explainations of KMP on internet :) Keep it up sir.

  • @natesh1
    @natesh1 6 ปีที่แล้ว +9

    I have seen some videos trying hard to understand kmp, but none of them have given such clarity like u did. Thank you so much 😊. It's a wonder how just a change of few words can make a huge difference in understanding.

  • @shafiquemohammad2876
    @shafiquemohammad2876 2 ปีที่แล้ว +3

    Its 2021 and its still the best KMP explanation available on TH-cam.

  • @pg.n5694
    @pg.n5694 3 ปีที่แล้ว +11

    As always my professor out here dropping gems on us humble students. Much love. We appreciate you

  • @NoName-qp7hq
    @NoName-qp7hq 2 ปีที่แล้ว +31

    Students are benifiting from your videos years after years... Dill se Bohot bada Thank you aapko Bari sir.. Absolute legend 🙏🏻

  • @nandanbanerji8309
    @nandanbanerji8309 3 ปีที่แล้ว +9

    No one can teach better than You sir. I convey my all respect to you. Desire to meet you personally and just want to bow before you to pay my respect.

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

    Used to watch your videos in my second year, watching again for revision in my final year preparing for placements! ( currently holding two offers from big tech companies)Thanks sir.

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

    We are very grateful to you that we got such a important person in our life....

  • @mkmkmk845
    @mkmkmk845 3 ปีที่แล้ว +8

    wish all these great tutorials were available when I was doing my graduation.

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

    You are awesome. None of the people in my university was able to simplify this algorithm for me.

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

    After searching on internet not found anything better than this video, really appreciate!! Thanks for such simple explanation of this algo.

  • @harikagajam1238
    @harikagajam1238 3 ปีที่แล้ว +11

    those who have exams in coming hours start at 7.40

  • @mohamedel-hadidy4844
    @mohamedel-hadidy4844 3 ปีที่แล้ว +5

    Thank you sir
    If I passed my exam tomorrow, you will be one of the reasons
    بارك الله فيك
    ربنا ييسر ان شاء الله

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

      passed ?

    • @mohamedel-hadidy4844
      @mohamedel-hadidy4844 ปีที่แล้ว

      @@skilfuldude7312
      Yeah and now I'm in the last year
      Thanks to God
      الحمدلله
      Wish me luck :D

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

    Better than my professor's explanation, keep it up!

  • @priyavardhanpatel6155
    @priyavardhanpatel6155 ปีที่แล้ว +2

    I can't say how much thankful I am. I have read this from book 4 times and still didn't understand a bit, but after watching your video only once fully understand KMP. Thank you so much Abdul sir.

  • @big-blade
    @big-blade 5 ปีที่แล้ว +16

    Unmatchable Explanation in TH-cam. You're a legend Sir. Thank You.

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

    I must say that u are an amazing teacher. In most of the videos, people often suggest tricks, but you explain that trick technically which sounds much more professional. Your videos are great.
    Please upload illustration of Red-Black Tree.

  • @PetBuddies
    @PetBuddies 2 ปีที่แล้ว +72

    hello Sir, I know I might be mistaken but at 11:25 aren't we supposed to put 3 under be at aab since it matches the prefix sequence aab. Please let me know. Thank you for your concern. And overall I understood the whole thing. Your lectures are the best.

    • @HakaishinBlast
      @HakaishinBlast 2 ปีที่แล้ว +16

      Yes you right, that is a mistake.

    • @ShivamTiwari-zb7ty
      @ShivamTiwari-zb7ty 2 ปีที่แล้ว +4

      That's why sir stuck for a moment but then ....

    • @vyasvasudevan9040
      @vyasvasudevan9040 2 ปีที่แล้ว +2

      See the description, he's mentioned it.

    • @Beak12345
      @Beak12345 2 ปีที่แล้ว

      Yes that's right

  • @sgr2683
    @sgr2683 2 ปีที่แล้ว +2

    Teachers are God and you are one of them...THANKYOU SO SO SO MUCH SIR. Today, our teacher taught the algo but in a complex way, and said that it will take 2-3 hrs honestly to understand but you saved my time.

  • @vaibhavbhardwaj8895
    @vaibhavbhardwaj8895 ปีที่แล้ว +2

    Thank you soo much sir for the help i was stuck on this algo for the entire day trying to watch different videos to get a proper explaination and then your video poped up and changed everything :)

  • @0rdsec
    @0rdsec 4 ปีที่แล้ว +8

    Standing ovation. I'm a total noob when it comes to algorithms, and I can now say that I fully understand this absolute monster. Thank you.

    • @ShubhamSharma-oq4hr
      @ShubhamSharma-oq4hr 3 ปีที่แล้ว

      you just called him absolute monster

    • @saumyakhati5612
      @saumyakhati5612 2 ปีที่แล้ว

      @@ShubhamSharma-oq4hr In case you are not being sarcastic, he was referring to the algorithm.

    • @ShubhamSharma-oq4hr
      @ShubhamSharma-oq4hr 2 ปีที่แล้ว

      @@saumyakhati5612 yep i did misunderstood him.. thanks

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

    From Vietnam with love :3 Computer Science students will always be thankful to you

  • @zalgothedestroyer9432
    @zalgothedestroyer9432 3 ปีที่แล้ว +2

    Dude I love the video so much. When you found that last match it gave me a big smile. This algorithm is cool! You do such a great job explaining the concept. Thank you for the video.

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

    Funny how my lecturer took 5 hours to teach this topic, and I actually understood during first 30 mins, then he confused me after an hour, I understood again, then he confused me again and pattern repeated, after 5 hours I questioned everything I learnt lol. And this guy did it. the right way

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

    hello king you dropped this 👑

  • @guifanweng410
    @guifanweng410 6 ปีที่แล้ว +3

    This is the best explanation I have ever seen. I have searched for several videos, most of them just focus on implementing without much reasoning. However, after watching this video, I fully understood the principle behind KMP and implemented the algorithm by myself. Thank you very much.

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

    Really appreciate how you explain with examples. Makes it really easy to understand even difficult algorithms. Thanks.

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

    I've been roaming around tons of yt channels but I found the easiest and most understandable explanation here.

  • @catboymazov6309
    @catboymazov6309 6 ปีที่แล้ว +288

    KMP starts at 7:40. You're welcome.

    • @AJ-te4jn
      @AJ-te4jn 6 ปีที่แล้ว +53

      Of course sir, but when just one hour is left for the exam, we need your algorithm faster!! :)

    • @saurabhshrigadi
      @saurabhshrigadi 6 ปีที่แล้ว +8

      AJ you are right bro , jo pura saal nahi kiya wo end me youtube se sikhte he aapn log

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

      Aditya Ravichandran I

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

      thanks bro

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

      Before 7:40.... There is Naive string match algorithm...

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

    Great ! You are a great Teacher. Thanks for saving my Design and analysis of Algorithm Paper. God in disguise.
    #Respect

  • @raajkiran5983
    @raajkiran5983 2 ปีที่แล้ว +2

    The best tutorial on KMP. some unpeople taking money for unteaching at unacademy. And this guy is teaching and taking unmoney.

  • @ocoocososococosooooosoococoso
    @ocoocososococosooooosoococoso 2 หลายเดือนก่อน +1

    this guy is legend... i now understand how KMP works. Thank you so much.

  • @aditikhatri7979
    @aditikhatri7979 6 ปีที่แล้ว +14

    Thank you so much sir! The book I am using has an explanation that I cannot grasp so easily but your explanation is crystal clear.

  • @debugagrawal
    @debugagrawal 2 ปีที่แล้ว +3

    You keep students interest in topic through out the video, thanks for your efforts🚀✔🤘

  • @user-vo3uy6sv3j
    @user-vo3uy6sv3j 2 ปีที่แล้ว

    Dozens of videos trying to understand how the pattern works, found your video and understood in 2 minutes, tysm

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

    I am a beginner and it was beautifully explained. The only KMP video I understood.
    Thanks a lot sir!!!

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

    I was so confused, turns out it is pretty easy! Thank you!!

  • @LV-ei1ce
    @LV-ei1ce 6 ปีที่แล้ว +1

    Very professional explanation. No matter what, professors are professors. They know how to explain clearly :) Thank you for your time. Appreciate it.

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

    I've been watching your video since the dawn of my CS study!!! Thank you!!!!

  • @267praveen
    @267praveen 3 ปีที่แล้ว +41

    11:29 - the moment you realise you made a mistake but still decide to ignore thinking " chal yaar chod ... Kya fark paindaa hai"

    • @replicatoria
      @replicatoria 3 ปีที่แล้ว +12

      last b should get 3 ,right?

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

      @@replicatoria yes

    • @jeremiahthomas7594
      @jeremiahthomas7594 3 ปีที่แล้ว

      @@replicatoria yep

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

      @@pratimasingh1258 yes i was also thinking the same thanks for helping

    • @SanjibAhmad
      @SanjibAhmad 3 ปีที่แล้ว

      @@replicatoria, you're right: a a b c a d a a b e = 0 1 0 0 1 0 1 2 3 0

  • @lradhakrishnarao902
    @lradhakrishnarao902 3 ปีที่แล้ว +8

    Hi, great video. I have a doubt. For pattern P3, why aab is not 1,2,3 because it's getting repeated?

  • @jcwng9955
    @jcwng9955 4 ปีที่แล้ว

    Was still lost after a blog and 2 other videos, only your video explained this so clearly! Thank you!!

  • @krishnachaitanya8088
    @krishnachaitanya8088 2 ปีที่แล้ว +2

    for some time i thought i was in classroom, Thank you so much sir.....

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

    A very lucid explanation to a complex algorithm. Thank you very much sir.

  • @SS-qf3pl
    @SS-qf3pl 3 ปีที่แล้ว +4

    in P3 for a a b repeating for 2nd time it should have 1 2 3 but you gave 1 2 0 sir..please verify it!!
    awesome content ❤️❤️

    • @cutiex7357
      @cutiex7357 2 ปีที่แล้ว

      I have the same doubt!

  • @aniruddhsingh5280
    @aniruddhsingh5280 2 ปีที่แล้ว +2

    Your explanations are very clear and easy to understand

  • @prestoX
    @prestoX 10 หลายเดือนก่อน

    You are the epitome of awesomeness, when it comes to lucid explanations !

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

    Sir, you should definitely create a bootcamp course for technical interviews, you ll save so many lives. Thank you for all your efforts sir !

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

    Fabulous! Excellent explanation. Thank you sir!

  • @shahjahansheikh9189
    @shahjahansheikh9189 3 ปีที่แล้ว +2

    I use to bunk classes bcz I believe in this man,every complex concept is easy here

  • @williamamadeus7157
    @williamamadeus7157 ปีที่แล้ว +2

    i actually love you from the bottom of my heart

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

    i really wish if you were a professor in my NIT college. :)

    • @nannubedi7773
      @nannubedi7773 3 ปีที่แล้ว

      bro u lucky to be in NIT, how are the prof there? Here its too bad, even though ours is a Govt univ :(

    • @mehulsonavane3549
      @mehulsonavane3549 3 ปีที่แล้ว

      He was just kidding

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

    KMP starts at 7:42

  • @mathtsai899
    @mathtsai899 7 หลายเดือนก่อน

    Thank you! I finally understand what KMP is talking about!

  • @adamhermes390
    @adamhermes390 11 วันที่ผ่านมา

    Amazing and you nail it perfectly , CS students love you

  • @sharondenys8211
    @sharondenys8211 6 ปีที่แล้ว +11

    You are awesome! Can you do video of Amortized analysis and loop invariant next time? I feel like these 2 topics are hard to understand

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

    sir we absolutely love your videos, if you could pls include the algorithms for all these concepts too!

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

    huge respect to u sir.......every department will have one professor like this.....unfortunately i landed up here for having the worst ada teacher

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

    Damn this the clearest explanation i’ve seen so far, not even chatGPT can explain it this clearly

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

    Sir at 11:55 at p3 I think there's a mistake rest is great ❤️

  • @palashrathore6277
    @palashrathore6277 3 ปีที่แล้ว +6

    7:40 for those who want to go straight to KMP explanation without that naive one

  • @user-xb6yg3mu6r
    @user-xb6yg3mu6r 4 หลายเดือนก่อน

    Again - Abdul - thank you for another great video. You make things so easy to understand without fluff.

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

    Currently I am a final year IT student and I don't know why utube hasn't recommended his video 😭 well this is my first time I am watching his video.. your teaching is awesome 🙇 thank you for making this concept easy for us

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

    11:37 in p3:last b should be 3 why 0?

    • @nikil_youtube
      @nikil_youtube 4 ปีที่แล้ว

      Yes

    • @gaurav66666
      @gaurav66666 2 หลายเดือนก่อน

      HAIN??? KYA BAAT KAR RA HAI??

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

    IN P3 aab and aab are same so, the next aab must be 123, time 11:55

  • @devanshurawat826
    @devanshurawat826 8 หลายเดือนก่อน

    Thank you sir. Beda garg hora tha ab beda paar hojayega 😊
    Dhanyawaad

  • @rexb.1392
    @rexb.1392 ปีที่แล้ว +1

    To be honest I enjoyed this lecture more than a movie.

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

    Abdul sir aap Google kyu nhi try karte?
    Oh Sorry
    Google aap Abdul sir kyu nhi try karte?

    • @techwithwhiteboard3483
      @techwithwhiteboard3483 4 ปีที่แล้ว

      fuck off

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

      @@techwithwhiteboard3483 Dude, what the hell? Chill out. He was making a joke here.

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

    Kmp starts at 7:39 ... Thank me later 😁

  • @krishnagrao9869
    @krishnagrao9869 6 ปีที่แล้ว +2

    very good sir....
    you are a very expert teacher..
    now days, i prefer to youtube only for your videos videos..

  • @AbdulRahman-rg5dq
    @AbdulRahman-rg5dq ปีที่แล้ว +1

    Sir you are legend your teaching method is amazing alot of love from peshawar

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

    Algorithm ✖
    El-gaur-dum ✔

  • @arunachalamm3399
    @arunachalamm3399 2 ปีที่แล้ว

    OP explanation.. now i understand why my whole college watches you sir

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

    Sir, You have saved me from a lifetime of hardship, you are a legend Sir. I love you Sir. 🛐🛐🛐🛐🛐🛐

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

    bro is my saviour when it comes to mid or final exam. thank you mr bari

  • @godofwinetits3826
    @godofwinetits3826 4 ปีที่แล้ว

    The best explanation so far, better than that Back To Back SWE channel

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

    This is the best explanation ever

  • @prasys
    @prasys 4 ปีที่แล้ว

    One of the best explanation of KMP algorithm by step-by-step

  • @mystyleforedu
    @mystyleforedu 3 หลายเดือนก่อน

    sir, is legend no doubt but our university faculty taking tym due to making all of us understandable, respect to all faculty.,

  • @IrfanAhmed-vf7nb
    @IrfanAhmed-vf7nb 5 หลายเดือนก่อน

    The only video I found helpful on kmp for super clear understanding thank you sir

  • @vivekm2674
    @vivekm2674 4 ปีที่แล้ว

    If Indian colleges had more professors like this, no student would want to bunk lectures. This is how it's supposed to be taught.

  • @makeitswift9839
    @makeitswift9839 3 หลายเดือนก่อน

    Thanks for explaining KMP in simple terms

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

    This is so clear explanation. Thanks

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

    ~ 3 hours of struggling with different textual posts and videos , It seems this last 20 minutes video has transitioned me from naive to KMP string search implementer.
    Thanks Sir