Skip to content

Commit f36b7f0

Browse files
committed
Trying LaTeX in Markdown
1 parent 3467698 commit f36b7f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This is a repo where I upload my implementations of various algorithms we examin
77
These algorithm implementations can be found on sorts.h file.
88

99
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 <img src="https://tex.s2cms.ru/svg/O(n%5E2)" />.
1111
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 <img src="https://tex.s2cms.ru/svg/%5CTheta(nlgn)" />
1313
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 <img src="https://tex.s2cms.ru/svg/O(n%5E2)" /> but expected running time is <img src="https://tex.s2cms.ru/svg/O(nlgn)"/>.

0 commit comments

Comments
 (0)