直接插入排序代碼,第1張

直接插入排序代碼,第2張

#include
  using namespace std;
  #define NUM 10
  void DirectInsert(int *list,int n)
  {
  int i;
  int j;
  int x;
  for (i=1;i=0;j--)
  {
  if (list[j]>x)
  {
  list[j 1] = list[j];
  }
  else
  break;
  }
  list[j 1] = x;
  }
  }
  void Print(int *list,int n)
  {
  int i;
  for (i=0;i


生活常識_百科知識_各類知識大全»直接插入排序代碼

0條評論

    發表評論

    提供最優質的資源集郃

    立即查看了解詳情