Skip to content

Commit 05058ea

Browse files
Update sortingalgs.h
1 parent b44c7d4 commit 05058ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sortingalgs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef SORTING_ALGS
22
#define SORTING_ALGS
33

4-
template<typename T>
4+
template<typename T>#for practicing! sorry!
55
void swap(T first, T second);
66
template<typename T>
77
T selectionSort(T begin, T end);
@@ -13,4 +13,4 @@ template<typename T>
1313
T shellSort(T begin, T end);
1414
template<typename T>
1515
T radixSort(T begin, T end);
16-
#endif
16+
#endif

0 commit comments

Comments
 (0)