Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d904efa

Browse files
committed
fixing a typo
1 parent dc3c080 commit d904efa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Basic sorting algorithms:
88

99
## Resources
1010

11-
**Big-O:**
12-
[Big-O Cheat Sheet: Array Sorting Algorithms](https://www.bigocheatsheet.com/#sorting)
13-
**Bubble Sort:**
14-
[Bubble Sort: An Archaeological Algorithmic Analysis ](https://users.cs.duke.edu/~ola/bubble/bubble.html)
15-
[Bubble Sort: Quick Tutorial and Implementation Guide](https://www.pythoncentral.io/bubble-sort-implementation-guide/)
16-
**Quicksort:**
17-
[Quicksort in python (from Ken's Blog)](http://www.99nth.com/~krm/blog/quicksort-python.html)
18-
[Quicksort in Python](https://stackabuse.com/quicksort-in-python/)
19-
**Merge Sort:**
11+
**Big-O:**
12+
[Big-O Cheat Sheet: Array Sorting Algorithms](https://www.bigocheatsheet.com/#sorting)
13+
**Bubble Sort:**
14+
[Bubble Sort: An Archaeological Algorithmic Analysis ](https://users.cs.duke.edu/~ola/bubble/bubble.html)
15+
[Bubble Sort: Quick Tutorial and Implementation Guide](https://www.pythoncentral.io/bubble-sort-implementation-guide/)
16+
**Quicksort:**
17+
[Quicksort in python (from Ken's Blog)](http://www.99nth.com/~krm/blog/quicksort-python.html)
18+
[Quicksort in Python](https://stackabuse.com/quicksort-in-python/)
19+
**Merge Sort:**
2020
[Merge Sort: A Quick Tutorial and Implementation Guide](https://www.pythoncentral.io/merge-sort-implementation-guide/)
2121

2222
## License

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /