Frequently Asked Java Program 10: Generate Fibonacci series

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

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

  • @Mahesh-d4n4h
    @Mahesh-d4n4h 11 месяцев назад +13

    Best explanation of fibonacci sequence

  • @sdetbyraviteja568
    @sdetbyraviteja568 10 месяцев назад +3

    Well explained sir i am your huge fan of your subject and the way of your explanation 🎉❤❤❤❤❤

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

      Glad to hear that

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

    Thank you very much sir. Literally i never saw a lecturer like u. Thank u man😊

  • @littlecrafts168
    @littlecrafts168 2 года назад +2

    This is grt..found so many videos...but this is the best logic..thanks for ur grt effort

  • @KrisuParikh
    @KrisuParikh Месяц назад

    i never understand java , the way i learnt from ur videos.

  • @pramodpatil885
    @pramodpatil885 2 года назад +11

    Sir, the way you explain the chapters are really awesome. Will understand each and every concept clearly. Thanks a lot. 😊😊

  • @shanat667
    @shanat667 9 месяцев назад +2

    Best Teacher❤❤

  • @gauri992
    @gauri992 3 года назад +7

    You explain it the best way thanks a lot sir...

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

    The way you explained is simple and easy to understand your logic. Thanks a lot.

  • @poojasingla3208
    @poojasingla3208 4 года назад +5

    Osm ho sir aap
    Or apki voice toh 👌
    Sida dil tk phuchne wali
    Love u sir g 😘😘😘

  • @Bashashaik-gb5lq
    @Bashashaik-gb5lq Месяц назад +1

    why you have started the loop from i=2, instead of we can start with 0 and

  • @NareshReddyP
    @NareshReddyP 4 месяца назад +2

    Thank you very much.

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

    Sir your way of explanation is very good there is no words, in my Institute my trainer explained about this program but I didn't understand, from 2hrs I'm trying to understand😢, but at last I found your video... Is there any chance to contact with you...can you please reply me sir

  • @vishalcoder4964
    @vishalcoder4964 2 года назад +1

    Storing in an intermediate array and then doing the calculation is optimal way, just another way for this problem. ( An optimisation of recursion)

  • @ShaikRehman-f9m
    @ShaikRehman-f9m 17 дней назад

    Thank you sir

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

    Hello sir, in for loop why the initialization starts with(int i=2)? is there any reason for that?? if we take i=0 then also it works.

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

    Great.

  • @michaelrosenfeld8055
    @michaelrosenfeld8055 3 года назад +2

    Thanks a lot for the clear explanation mister.

  • @arjungopidis33
    @arjungopidis33 3 года назад +2

    Nice, simple and understandable 👍

  • @NareshReddyP
    @NareshReddyP 4 месяца назад +1

    Thank U.

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

    ❤❤

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

    super sir

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

    The entire series is so helpful.

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

    Great explanation! can i just ask how should i calculate the sum of all fibonacci numbers? Someone help, thanks

  • @junaidahamad3725
    @junaidahamad3725 4 года назад +2

    easy Logic
    Scanner sc=new Scanner(System.in);
    int n=sc.nextInt();
    int a=0,b=1;
    for(int i=0;i

  • @pritypatil5309
    @pritypatil5309 3 года назад +1

    Sir fibanacci series different ways batane ke thena aap bohot avhhe se padahate ho aapke batane se ek hi baar man dima main baith jata hai tooo

  • @vipintekade6400
    @vipintekade6400 2 года назад +1

    Hi Pavan can you share github url of these interview question series ?

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

    thanks for explanation !

  • @nehajadhao8455
    @nehajadhao8455 3 года назад +3

    Simple ,and understandable thank u sir😇

  • @mandeep3445
    @mandeep3445 5 лет назад +4

    Thank you.

  • @ranjeetkumarjha7019
    @ranjeetkumarjha7019 2 года назад +1

    Great sir

  • @sunithamba7389
    @sunithamba7389 2 года назад +1

    Thank you somuch sir

  • @arabindamohanty2190
    @arabindamohanty2190 4 года назад +3

    Real u r great trainer 💯

  • @layan2524
    @layan2524 2 года назад +1

    Thank you so much

  • @kratigaur1564
    @kratigaur1564 3 года назад +1

    Sir how can I print the 1st and 2nd number without directly printing them

  • @shaurya-qe8gt
    @shaurya-qe8gt 3 года назад +2

    Hello Sir, can we start for loop from i=1 as i am not getting the reason for i =2

    • @iynesh07
      @iynesh07 3 года назад

      We have already printed the first 2 terms that is the reason we start from i=2 for convinience...You can also do with i=1;i

  • @shubhamsaurabh-ee7ev
    @shubhamsaurabh-ee7ev Год назад

    try this"/create a fabonacci series
    public class Program15 {
    public static void main(String[] args) {

    ArrayList arr = new ArrayList(Arrays.asList(0,1));

    for(int i = 2;i

  • @shubhamkatkade611
    @shubhamkatkade611 3 года назад

    I love you Mayu😘

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

    🇮🇳🇮🇳🙏🙏👍👍

  • @kennyi1200
    @kennyi1200 3 года назад +1

    And let it be upgraded version from me
    import java.util.*;
    public class FibonachiSeries {

    public static void main(String[] args) {

    Scanner scnum=new Scanner(System.in);
    System.out.println("Enter the first fibonachi number:");
    int num1=scnum.nextInt();
    System.out.println("Enter the second fibonachi number:");
    int num2=scnum.nextInt();
    System.out.println("Enter the fibonachi series number and let's find the number in this series.");
    int series=scnum.nextInt();
    int sum=0;

    System.out.print("The fibonachi number series is => \t");
    System.out.print("F1=" + num1 + "\tF2=" + num2 + "\t");

    // By using the fibonachi logic
    for(int i=3; i

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

    Thanku very very much ... Teaching very clearly ✨

  • @KrisuParikh
    @KrisuParikh Месяц назад

    thank you so much

  • @aries2aqua
    @aries2aqua 3 года назад +1

    Thank you