Pattern Matching Algorithm - Brute Force

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 66

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

    Get Certification in Data Structure: www.tutorialspoint.com/data_structure_online_training/index.asp
    Use coupon ""UA-cam12"" to get “FLAT 12%’’ OFF at Checkout.

  • @dcmusic3181
    @dcmusic3181 5 років тому +16

    I'm really thankful to you sir , i haven't learn a single thing from this unit , this is one of the most important concept and i understood very clearly , it almost took 45 minutes to understand fully with algorithm thanks a lot.

  • @anmolaggarwal2651
    @anmolaggarwal2651 3 роки тому +20

    Thank you so much for these videos sir. I was really struggling to understand these algorithms in order to implement them in my computational Biology course.

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

    diagram ,explanation, simplicity and ur teaching way is so sooo great

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

    Thank you sir
    This man teaches 100 times better than my sir thank you so much!!!!

  • @harijivivekpandey2016
    @harijivivekpandey2016 7 років тому +4

    Teacher has a Good Command. Impressive.

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

    Hi from Brazil very nice video it helped understand this algorithm

  • @chelidoniii
    @chelidoniii 3 роки тому

    thank you so much Tutorials Point (India) Ltd.!

  • @chetnadua6783
    @chetnadua6783 3 роки тому +4

    Very helpful and straight to the point ❤️

  • @monishabahl1711
    @monishabahl1711 7 років тому +8

    Very well presented. Please add more lectures.

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

    Amazing explanation sir. Thank you so much

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

    Perfect explanation sir..thank you ❤....my exam is tomorrow 😅

  • @roshanraut2918
    @roshanraut2918 5 років тому +6

    Sir,a silly mistake...
    If j starts from 1 then p[1] won't be compared from base element ..,isn't it?

    • @riaganesha
      @riaganesha 5 років тому +2

      Roshan raut it should should start from zero

    • @shubhambansal532
      @shubhambansal532 5 років тому +1

      Its true, j will start from 1

  • @Mehwish-uq2hi
    @Mehwish-uq2hi 2 роки тому

    Well explained 👏🏼 thankyou so much🤍

  • @CodeAndCompasss
    @CodeAndCompasss 6 років тому +1

    very nice teaching sstyle sir really appreaciated..... thankyou so much

  • @AbhishekRoy-fh7sv
    @AbhishekRoy-fh7sv Рік тому

    Amazing sir!Thank you so much.

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

    Thank you! My textbook didn't have any good explanations.

  • @viktoriaivantsiv1980
    @viktoriaivantsiv1980 4 роки тому +4

    Большое спасибо! Thank you very much! can you please explain other algorithms as well.

    • @prudhvi3786
      @prudhvi3786 4 роки тому

      They are available

    • @BruceWayne-lm6xt
      @BruceWayne-lm6xt 2 роки тому

      #include
      using namespace std;
      void string_match(char string[],char pattern[])
      {
      int S=strlen(string);
      int P=strlen(pattern);
      bool flag=true;
      for(int i=0;i

  • @rajat.s.pathania
    @rajat.s.pathania 3 роки тому +1

    Excellent lecture

  • @AbdullahKhan-hu8fo
    @AbdullahKhan-hu8fo 10 місяців тому

    Nice explanation ❤

  • @017_akshaymishra5
    @017_akshaymishra5 6 років тому +1

    good lecture and good teacher!!!!

  • @burakabdulbakiulu
    @burakabdulbakiulu 4 роки тому

    Thanks sir for this excellent explanation.

  • @nurulsyazana9951
    @nurulsyazana9951 4 роки тому

    Great explanation. Thank you sir!

  • @edgarrosales4351
    @edgarrosales4351 3 роки тому

    thank you! so clear and super helpful! really detailed and didn't skip a step in between.

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

    Good explanation

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

    Impressive ❤

  • @beracode
    @beracode 6 років тому +2

    what a wonderful lecture sir.👌👌👌

  • @legendary_chicken
    @legendary_chicken 5 років тому +1

    Isn't it better to use selection structure first to see if the first character is the same as the character in the string?

  • @pichuka.lakshmilakshmi7860
    @pichuka.lakshmilakshmi7860 Рік тому

    Awesome sir

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

    Why is it 10-4 +1 ..? Sir can you please explain me why we are adding 1?

  • @khabylamefan48
    @khabylamefan48 3 роки тому

    Thank You sir🙏🏻

  • @soumyadeepbarik1005
    @soumyadeepbarik1005 5 років тому +1

    May I use "LS" in place of MAX in the first loop.

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

    Great sir

  • @padmavathipaliwal3384
    @padmavathipaliwal3384 5 років тому +1

    Sir,can I get the explanation of Boyer Moore algorithm

  • @gulsanbor
    @gulsanbor 4 роки тому

    well explained sir

  • @artazasameen4974
    @artazasameen4974 6 років тому +3

    what it actually does and how it is used, someone give me practical example

  • @MadhuExplorer
    @MadhuExplorer 6 років тому

    Nicely explained

  • @SunilYadav-zx7et
    @SunilYadav-zx7et 4 роки тому

    Thank you sir!!!

  • @lubdubguy
    @lubdubguy 3 роки тому

    why should we return 0 if pattern is not matching? Shouldn't we return -1

  • @sanyamsheth7390
    @sanyamsheth7390 3 роки тому

    How to find multiple pattern in given string
    Using this algorithm

  • @prometheus9142
    @prometheus9142 6 років тому

    nicely explained

  • @harshsinha838
    @harshsinha838 5 років тому

    Super sir

  • @viswatejaforu
    @viswatejaforu 6 років тому

    Best one

  • @arunkumarr2302
    @arunkumarr2302 4 роки тому

    Sir is this c language

  • @kavitabhatt2811
    @kavitabhatt2811 6 років тому

    Thank you sir

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

    Thx sir .....

  • @vaishnavikotapati3196
    @vaishnavikotapati3196 3 роки тому

    Tq sir🙏

  • @s.eshwanthchintu9936
    @s.eshwanthchintu9936 5 років тому +2

    I like ur mustache

  • @chawal333
    @chawal333 6 років тому +2

    Sir if u had upload Artificial Intelligence lectures plz give me a link sir..... i try many times but i didnt found ur lectures on AI...
    #Respect

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

    U should make it in hindi

  • @sreelekha4197
    @sreelekha4197 3 роки тому

    👍👍

  • @urmadhu6367
    @urmadhu6367 6 років тому

    Tq bro

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

    10-4+1=7😂😂😂

  • @BharatTimea
    @BharatTimea 3 роки тому

    bengali mosai 😅

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

    ITS COMPLETELY WRONG

  • @surenderbura4841
    @surenderbura4841 5 років тому

    sir can you speak in hindi plz..............if you speak hindi..more users can see this video 🙄🙄🙄

  • @zuhail339
    @zuhail339 5 років тому +1

    Thank you sir

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

    Thank you sir