Skip to content

Commit daa6db3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sortingalgs.h

+1-1
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>#for practicing! sorry!
4+
template<typename T>
55
void swap(T first, T second);
66
template<typename T>
77
T selectionSort(T begin, T end);

0 commit comments

Comments
 (0)