You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This is a repo where I upload my implementations of various algorithms we examin
7
7
These algorithm implementations can be found on sorts.h file.
8
8
9
9
1. Insertion Sort
10
-
An in-place sorting algorithms with worst case running time scenario O(n^2).
10
+
An in-place sorting algorithms with worst case running time scenario <imgsrc="https://tex.s2cms.ru/svg/O(n%5E2)" />.
11
11
2. Merge Sort
12
-
An algorithm that uses divide and conquer. Its running time is Big Theta(nlgn)
12
+
An algorithm that uses divide and conquer. Its running time is <imgsrc="https://tex.s2cms.ru/svg/%5CTheta(nlgn)" />
13
13
3. Quick Sort
14
-
Another sorting algorithm that uses divide and conquer method. Worst case running time O(n^2) but expected running time is O(nlgn).
14
+
Another sorting algorithm that uses divide and conquer method. Worst case running time <imgsrc="https://tex.s2cms.ru/svg/O(n%5E2)" /> but expected running time is <imgsrc="https://tex.s2cms.ru/svg/O(nlgn)"/>.
0 commit comments