15 - Java program to sort elements of an array in Ascending/Descending order

  Рет қаралды 48,339

Software Testing And Automation

Software Testing And Automation

Күн бұрын

Пікірлер: 39
@martinmiciciday5235
@martinmiciciday5235 2 жыл бұрын
Oh, I very sought the explanation regarding this coding. thank you for your nice explanation. the important thing highlighted in my mind is that as long as there is an integer that is greater than "j", the nested loop will continue again and again, and when there was no greater "j", it will execute the next line.
@iniyaviji2796
@iniyaviji2796 Жыл бұрын
Thank you so much sir mekka nandri
@knowledgeoftalk4171
@knowledgeoftalk4171 2 жыл бұрын
Really nice explanation sir 👍 we r understanding very is easy..🤝 tnq u sir...
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
You are welcome. Keep learning and sharing with your friends 😊
@_PrajaktaMokale
@_PrajaktaMokale 3 жыл бұрын
Thank you sir❤️😍😍😊😊
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
You are welcome !! keep sharing with your friends 😊
@mariapriya5311
@mariapriya5311 3 жыл бұрын
Thanks a lot sir🙏
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
welcome 😊
@bhavikumar1019
@bhavikumar1019 2 жыл бұрын
You explained very well sir, hats off 🙂
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@sureshnagisetty8692
@sureshnagisetty8692 2 жыл бұрын
Explanation 🤷‍♂️❤🙏 Peaks 🥰
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@neethunathm7496
@neethunathm7496 3 жыл бұрын
thank you so much
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
welcome 🙏
@NaniPothabathula
@NaniPothabathula 27 күн бұрын
Thanks
@axios5708
@axios5708 3 жыл бұрын
Best explenation
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you!!! Keep sharing with your friends 😊
@asta5583
@asta5583 3 жыл бұрын
Nice explanation and simple code thanks alot
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
You are welcome!! Keep learning and sharing with your friends 😊
@mahwishraoof1711
@mahwishraoof1711 2 жыл бұрын
thank you man
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 2 жыл бұрын
You're welcome!
@techafroze3988
@techafroze3988 3 жыл бұрын
good explanation sir
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you so much 😊
@faynasser2168
@faynasser2168 2 жыл бұрын
Thank you sir ,, i have a question how to do it in a Queue structure please? Ascending and descending in the ADT
@peacekeeper1924
@peacekeeper1924 3 жыл бұрын
Finally nice one bro
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
Thank you 😊
@Lia-ht5kn
@Lia-ht5kn 2 жыл бұрын
Can you make a code where you sort the array one number after the other?
@pragya5887
@pragya5887 3 жыл бұрын
Sir you are just typing the coding not explaining it.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
watch the video till end and let me know if you didn't understand.
@rezaarian237
@rezaarian237 3 жыл бұрын
bro i was looking for Jiro the whole time
@sudhakarthangavelu7164
@sudhakarthangavelu7164 3 жыл бұрын
Please Share the code sir
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
public class SortAsc { public static void main(String[] args) { int arr[] = new int[] {6,8,4,2,5}; int temp=0; System.out.println("Elements of originial array"); for(int i=0;i
@sudhakarthangavelu7164
@sudhakarthangavelu7164 3 жыл бұрын
Thanks sir
@sudhakarthangavelu7164
@sudhakarthangavelu7164 3 жыл бұрын
I saw u r other programs videos. Can u pls upload those programs also
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
My recommendation is you should watch the video and practice on your own, so you will never forget it . Anyway I will share the programs :-)
@sudhakarthangavelu7164
@sudhakarthangavelu7164 3 жыл бұрын
Ya sure sir thanks
@tamilraja8192
@tamilraja8192 3 жыл бұрын
Thank you bro.
@SoftwareTestingAndAutomation
@SoftwareTestingAndAutomation 3 жыл бұрын
You're welcome!!! Keep learning and sharing with your friends 😊
@cricketworld9410
@cricketworld9410 8 ай бұрын
Thank you so much bro
16 - Java program to find Second Largest/Smallest element in an array
14:14
Software Testing And Automation
Рет қаралды 24 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Java Program #17 - Sort an Array of Integers in ascending order
7:31
Programming For Beginners
Рет қаралды 83 М.
#29 Multi Dimensional Array in Java
13:08
Telusko
Рет қаралды 198 М.
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 574 М.
Largest & Smallest Numbers In Array - Java Interview Questions - 6
13:41
Naveen AutomationLabs
Рет қаралды 97 М.
29 - Java Program to check balanced Parentheses in a String.
15:23
Software Testing And Automation
Рет қаралды 5 М.
How to delete an element from an array in java?
12:16
Learn With KrishnaSandeep
Рет қаралды 64 М.
Quicksort Sort Algorithm in Java - Full Tutorial With Source
24:58
Coding with John
Рет қаралды 258 М.
Bubble Sort Code in Java | DSA
8:14
Telusko
Рет қаралды 54 М.