您好,我觉得您在我上一个提的问题的回答得很好,思路很清晰,能不能帮我看一下这个问题,我实在没有头绪

万分感谢Createaprogramthatimplements“BubbleSort”onanunsortedarrayofintegers.HintsCreateab... 万分感谢
Create a
program that implements “Bubble Sort” on an unsorted array of integers.
Hints

Create a bool variable to tell you if the array issorted – it is sorted if you get from the beginning to the end without swappingany values.
You will need to use loops.
You will need to iterate to the second to last elementin the array only!
Bubble Sort
While the array is not sorted: (sorted = false)
Set sorted to true.
Starting at index 0, compare the current index to thenext index. If the element at the next index is greater, swap them (and setsorted to false), otherwise do nothing.
Increment your index.
C++的
展开
 我来答
哥德堡快递
2016-08-12 · TA获得超过1581个赞
知道小有建树答主
回答量:1039
采纳率:68%
帮助的人:366万
展开全部
我看不明白这个题目到底要求什么,和普通的冒泡排序有什么不同,你帮我翻译成中文吧
来自:求助得到的回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式