若待排序的序列中存在多个记录具有相同的键值,经过排序,这些记录的相对次序仍然保持不变,则称这种排序方法是__________的。
稳定
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/233141.html
上一篇:#include<iostream.h> class point{private:float x; public:void f(float a){x=a;} void f(){x=0;} friend float max(point& a,point& b); }; float max(point& a,point& b) {return(a.x>b.x)?a.x:b.x;}
#include<iostream.h> class point{private:float x; public:void f(float a){x=a;} void f(){x=0;} friend float max(point& a,point& b); }; float max(point& a,point& b) {return(a.x>b.x)?a.x:b.x;}
下一篇:Do you ever feel like there just isn't enough time in the day? Do you spend your days in lots of activities, only to find you've not done as much as you thought you would? And how come some people just seem to get so much done in the same period of t