当前位置:网站首页>bubble sort
bubble sort
2022-06-26 03:48:00 【Just call me ah Jie】
Bubble sort is first from 1 Bit heel 2 A bit more , Move forward if you are older , The maximum value will be placed at the end of the loop once , Cycle twice , The second largest value will be placed in the penultimate number , And so on , Loop the entire list length n You can get a sequence table .
class Solution:
def search(self,list_num):
n =len(list_num)
for j in range(n): # loop n Time , Repeat the maximum value to the back , Until each is sorted
for i in range(n-1): # This loop can get a maximum value after the list
if list_num[i] > list_num[i+1]:
list_num[i] ,list_num[i+1] = list_num[i+1] ,list_num[i]
return list_num边栏推荐
- XML parsing bean tool class
- MySQL advanced Chapter 1 (installing MySQL under Linux) [2]
- 2022.6.25-----leetcode. Sword finger offer 091
- Tupu software is the digital twin of offshore wind power, striving to be the first
- 神经网络学习小记录71——Tensorflow2 使用Google Colab进行深度学习
- 763. 划分字母区间
- Camera-memory内存泄漏分析(三)
- (15)Blender源码分析之闪屏窗口显示菜单功能
- Xiaomi TV's web page and jewelry's web page
- Communication mode between processes
猜你喜欢

用eclipse连mysql数据库出错然后出现图中的话是咋回事呀

Camera-memory内存泄漏分析(二)

EF core Basics

Open camera anomaly analysis (I)

Can string be changed?

Todolist incomplete, completed

(15)Blender源码分析之闪屏窗口显示菜单功能

Xgboost, lightgbm, catboost -- try to stand on the shoulders of giants

An error occurred using the connection to database 'on server' 10.28.253.2‘

You cannot call Glide. get() in registerComponents(), use the provided Glide instance instead
随机推荐
Uni app QR code scanning and identification function
Procédures stockées MySQL
“再谈”协议
Various errors in kitti2bag installation
go time包:秒、毫秒、纳秒时间戳输出
ASP. Net core introduction
Slide the menu of uni app custom components left and right and click switch to select and display in the middle
XML parsing bean tool class
Double carbon bonus + great year of infrastructure construction 𞓜 deep ploughing into the field of green intelligent equipment for water conservancy and hydropower
MySQL common statements
EF core Basics
I/O 虚拟化技术 — UIO Framework
2022.6.20-----leetcode.715
USB peripheral driver - Enumeration
【Flink】Flink Sort-Shuffle写流程简析
神经网络学习小记录71——Tensorflow2 使用Google Colab进行深度学习
Upload file / text / picture, box shadow
View of MySQL
JS to achieve the effect of text marquee
Contains an object field at offset position