Browse Source

上传文件至 '随机数排序C++'

lisihan 4 tháng trước cách đây
mục cha
commit
1c3a3660ff
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      随机数排序C++/algo.h

+ 1 - 4
随机数排序C++/algo.h

@@ -1,8 +1,5 @@
 #pragma once
-#ifndef ALGO_H
-#define ALGO_H
 void QuickSort(int* arr/*O*/, int left/*I*/, int right/*I*/);
 int  PartSort(int* arr/*IO*/, int left/*I*/, int right/*I*/);
 void swap(int* arr/*IO*/, int left/*I*/, int right/*I*/);
-int* RandomArrayCreate(int Arraylength/*I*/);
-#endif
+