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.
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.
Explained in such a simpler manner, would love to see more such videos
you have printed the array in reversed order, not reversed the array actually
Oh my god.... It finally works... Thank you so much
Thankyou so much for helping....pls do post more DSA related videos
helps a lot
Great work👐😇
Mam
Thank you for this! I feel dumb because of how simple the answer was XD
Nevertheless I learned something new :)
the thing is that it is not reversed array, it's only printed numbers
@@jonditsveniashvili8319 😑😑
@@jonditsveniashvili8319 exactly the solution is very simple how ever
Thank you so much
For it
It's really helpful
Thank you so much
Nice explanation
Hey thanks, the best way I found
why do i need the -1 on line 15?
very simple thx
Thanks for sharing, the best video, very short and well explained.
thanks buddy...
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.
nice.
Mam what is the time complexity of this program
in this it showing error to remove mainmethod
It just reverses and prints but the values are not reversed.
Really helpful
thank you
If im not worng you are just printing array in reverse order how to actually reverse ?
Yes
Aagree with harish
Either title of the video is wrong or the program she has written
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.
Thanks
This is a different way of printing the data, IT is NOT reversing the array itself.
Nevertheless : Thank you for sharing.
Exactly still 0 index contain value 1.
Without changing index position
Yes we can do this by swapping
it is not reversed array guys she just print the array backward
Yes reverse array can be done by swapping