Explorar o código

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

lisihan hai 5 meses
pai
achega
1c3a3660ff
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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
+