How To Reverse An Array In Java Explained With Debugging | Java Practice Programs | Code Bode

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ •

  • @shradhaingewar6168
    @shradhaingewar6168 3 роки тому +10

    Explained in such a simpler manner, would love to see more such videos

  • @anantmishra4893
    @anantmishra4893 2 роки тому +7

    you have printed the array in reversed order, not reversed the array actually

  • @spiderik_art3092
    @spiderik_art3092 3 роки тому +2

    Oh my god.... It finally works... Thank you so much

  • @rakshas4173
    @rakshas4173 3 роки тому +3

    Thankyou so much for helping....pls do post more DSA related videos
    helps a lot

  • @Ravaan
    @Ravaan 3 роки тому +2

    Great work👐😇
    Mam

  • @orangutan879
    @orangutan879 3 роки тому +6

    Thank you for this! I feel dumb because of how simple the answer was XD
    Nevertheless I learned something new :)

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

      the thing is that it is not reversed array, it's only printed numbers

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

      @@jonditsveniashvili8319 😑😑

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

      @@jonditsveniashvili8319 exactly the solution is very simple how ever

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

    Thank you so much
    For it
    It's really helpful

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

    Thank you so much

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

    Nice explanation

  • @exynos6219
    @exynos6219 3 роки тому +1

    Hey thanks, the best way I found

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

    why do i need the -1 on line 15?

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

    very simple thx

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

    Thanks for sharing, the best video, very short and well explained.

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

    thanks buddy...

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

    if they can get the audio on point, this would be a 10/10 video. it seems be louder on the left side of the audio and it could do without the echo. a cheap professional mic would do the trick. but great explanation. love the debugging part.

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

    nice.

  • @motivationduniya4028
    @motivationduniya4028 3 роки тому +1

    Mam what is the time complexity of this program

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

    in this it showing error to remove mainmethod

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

    It just reverses and prints but the values are not reversed.

  • @meghhanigam8375
    @meghhanigam8375 4 роки тому +1

    Really helpful

  • @krishnasontakke7841
    @krishnasontakke7841 3 роки тому +1

    thank you

  • @harish3787
    @harish3787 4 роки тому +1

    If im not worng you are just printing array in reverse order how to actually reverse ?

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

      Yes

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

      Aagree with harish
      Either title of the video is wrong or the program she has written

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

      Yes, the array isn't reversed , it's just printed the array in reverse order. if we find the a[1] than it will still give the first element from original array.

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

    Thanks

  • @BVK_LMZ
    @BVK_LMZ 3 роки тому +2

    This is a different way of printing the data, IT is NOT reversing the array itself.
    Nevertheless : Thank you for sharing.

  • @RishabhSingh-sw7uq
    @RishabhSingh-sw7uq 2 роки тому

    Without changing index position

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

    it is not reversed array guys she just print the array backward