Finished Insertion Sort and fixed Output naming
This commit is contained in:
Binary file not shown.
@@ -24,6 +24,8 @@ public:
|
||||
void PrintToFile(std::string outputFilename);
|
||||
void InsertionSort(void);
|
||||
void MergeSort(void);
|
||||
void __MergeSort__(void);
|
||||
void __Merge__(void);
|
||||
void HeapSort(void);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user