In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "Java sorting algorithm implementation method is what", in daily operation, I believe many people in Java sorting algorithm implementation method is what the problem is there are doubts, small series consulted all kinds of information, sorted out simple and easy to use operation method, hope to answer "Java sorting algorithm implementation method is what" doubts helpful! Next, please follow the small series to learn together!
Bubble Sort:
(1) Principle:
Starting with the first data, compare it with the second data, and if the second data is smaller than the first data, swap the positions of the two data.
The pointer moves from the first data to the second data, the second data is compared with the third data, and if the third data is less than the second data, the positions of the two data are exchanged.
And so on, completing the first round of sorting. At the end of the first sorting round, the largest element is moved to the far right.
Follow the above procedure for the second round of sorting, placing the second largest in the penultimate position.
Repeat the above process, and reduce the number of comparisons once before finishing a round.
(2) Examples:
Data to be sorted: 7, 6, 9, 8, 5, 1
First round sorting process:
Pointer points to 7, 7 and 6 compare, 67, without swapping positions, the result is still: 6, 7, 9, 8, 5, 1 Pointer points to the third element 9, compare 9 and 8, 8
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.