Linear & Binary Search Code | Big O Notation

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024
  • Theory for Linear and Binary Search | Big 0 Notation : • Big O Notation, Time C...
    Check out our courses:
    Enterprise Java Spring Microservices: go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : go.telusko.com...
    Coupon: TELUSKO20 (20% Discount)
    For More Queries WhatsApp or Call on : +919008963671
    Udemy Courses:
    Spring: go.telusko.com...
    Java:- go.telusko.com...
    Java Spring:- go.telusko.com...
    Java For Programmers:- go.telusko.com...
    Python : go.telusko.com...
    Git : go.telusko.com...
    Docker : go.telusko.com...
    website : courses.telusk...
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    Discord : / discord
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.instamojo....

Комментарии • 41

  • @GopalaKrishna-ns2lb
    @GopalaKrishna-ns2lb Год назад +8

    Ultimately explaining big(o) ♥️🔥🔥

  • @AdarshaCoder
    @AdarshaCoder Год назад +7

    Thank you for your explanation on finding the Time complexity Sir... this is fitting inside my head without any doubts... Keep uploading the videos daily

  • @nilakantas5153
    @nilakantas5153 Год назад +5

    Thank you very much for your DSA tutorial sir 🙏🙏

  • @rajenderprasad1193
    @rajenderprasad1193 Год назад +3

    Awesome.. you make everything easy to understand sir. Thank you

  • @KhushiSingh-n1l
    @KhushiSingh-n1l Год назад +2

    Thank you so much sir for your DSA tutorials. Sir please upload the remaining DSA tutorials also. It will be really helpful to learn the remaining lectures. Thank you sir.

  • @DurgaPrasad-bl7dx
    @DurgaPrasad-bl7dx Год назад +2

    Ex-ordinary teaching sir👏

  • @aravindbandla2387
    @aravindbandla2387 Год назад +2

    Very good explanation Sir, can you please upload videos on remaining topics in DSA.

  • @rakeshkumarparida98
    @rakeshkumarparida98 Год назад

    Please continue the series 🙏

  • @PeNtraGaming
    @PeNtraGaming 5 месяцев назад

    one of the best explanations i've ever seen

  • @AnietieDickson-zh6sl
    @AnietieDickson-zh6sl 6 месяцев назад

    i have chosen you today to be my best tutor

  • @shaikmaaheed5629
    @shaikmaaheed5629 Год назад +2

    waiting for complete playlist

  • @husseinhadliye2992
    @husseinhadliye2992 Год назад

    hi @Telusko thanks for good explanation i would be greet if you could make PYTHON instead of JAVA

  • @Dark-Ace-YT
    @Dark-Ace-YT Год назад

    Sir please Upload the remaining DSA videos it helps me to understand the concepts sir.

  • @bhavankumars-d2t
    @bhavankumars-d2t 9 месяцев назад

    Good Explanation Sir..😎😎

  • @mohyddineal-lahham7620
    @mohyddineal-lahham7620 2 месяца назад

    Thank you ❤

  • @sgr8280
    @sgr8280 Год назад

    Very good explanations sir. I have a doubt "your Binary search algorithm will work only if the list elements are in ascending order, Is my understanding correct?"

    • @krishnar754
      @krishnar754 11 месяцев назад +1

      Yes that's correct!!
      For binary search algorithm to be implemented, we need to have the array sorted.
      If not sorted then we cannot implement binary search.

    • @pratikavhad489
      @pratikavhad489 8 месяцев назад

      I also have the same doubt. What should we do or which algorithm we have to use if the elements are not in ascending order?

  • @iamlegend8077
    @iamlegend8077 Год назад

    Very nice sir... But to understand java for other language students is little bit complicated

    • @Telusko
      @Telusko  Год назад +1

      Python implementation video is on the way

    • @aliksargsyan2782
      @aliksargsyan2782 Год назад

      choose hard way not easy way, who run over easy way they will never get high level success in life. Remember that

    • @Musicball2024
      @Musicball2024 Год назад

      ​​@@Teluskojava is enough do more topics other than the language seperation

  • @antaryamibehera6971
    @antaryamibehera6971 Год назад

    Thank you Soo much Sir❤❤

  • @MaazKhan-tn2wb
    @MaazKhan-tn2wb Год назад +1

    Plz When are you Continue the Series you tell that you will continue this in the 1 week of sep?

    • @Telusko
      @Telusko  Год назад +1

      series will resume from tomorrow, recording already started

    • @MaazKhan-tn2wb
      @MaazKhan-tn2wb Год назад +1

      @@Telusko Thank you Sir Love From Pakistan

  • @prashlovessamosa
    @prashlovessamosa Год назад

    Thank you Sir.

  • @jatinsharma3792
    @jatinsharma3792 Год назад +1

    didn't understand binary search because you were not defining the pointer after changing the position. I had to follow the other resources to understand this concept.

  • @Safna-fathima
    @Safna-fathima Год назад +1

    Can you take fastapi classes?

  • @rahulkamble2792
    @rahulkamble2792 Год назад

    Amazing

  • @matates
    @matates 24 дня назад

    but what about the fact that lists are not put in ascending order?

  • @lovelySamayal1722
    @lovelySamayal1722 Год назад

    Binary search is only for sorted collection?

  • @rishiraj2548
    @rishiraj2548 Год назад

    Thanks

  • @adnanakib5468
    @adnanakib5468 Год назад

    Best

  • @AnupSingh154
    @AnupSingh154 2 месяца назад

    How you did the MAGIC when all elements in array is zero, still its showing number of steps.

  • @Talkatfive
    @Talkatfive 7 месяцев назад

    Nice

  • @pratik2617
    @pratik2617 Год назад

    no more videos on dsa ??

  • @user-bv6il2nk4t
    @user-bv6il2nk4t Год назад

    dsa bnao depth m 400q

  • @darshankharade
    @darshankharade Год назад

    can you please provide a source code..... please sir

  • @rahneshin752
    @rahneshin752 Год назад

    ❤❤❤

  • @ajaybhosale3834
    @ajaybhosale3834 10 месяцев назад

    public class Program
    {
    public static void Main()
    {
    int[] arr = new int[] { 1,2,4,5,8,13,17,18,21};
    int a = 17;
    int count=0;
    //Console.WriteLine(arr.Length);
    for(int i=0;i