Skip to content

Commit 9df9b11

Browse files
Merge pull request #110 from matthewsamuel95/edit
fixed formatting of sorting algo
2 parents 2d46471 + fa784ad commit 9df9b11

File tree

17 files changed

+2
-2
lines changed

17 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Sorting/Insertion_Sort_with_Binary_Search.cpp renamed to Sorting/InsertionSort/cpp/Insertion_Sort_with_Binary_Search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ int main()
4545
cout<<arr[i]<<" ";
4646
delete[] arr;
4747
return 0;
48-
}
48+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)