Skip to content

Commit 4cd53f2

Browse files
Readme Changed
1 parent dcce4fc commit 4cd53f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Greedy algorithm is a step based algorithm. In a greedy algorithm we analyze the
2222

2323
# Algorithms Covererd:
2424

25-
- [Bubble and Selection Sort](https://github.com/Saurabhdimri06/Algorithms-implementation-using-C/ Bubble%20and%20selection%20sort) Bubble and Selection both are sorting techniques. As we know in our daily lives how much important it is to have an efficent sorting technique to handel large amount of data so it becomes necessary to have a efficent sorting technique at hand.
25+
- [Bubble and Selection Sort](https://github.com/Saurabhdimri06/Algorithms-implementation-using-C/Bubble%20and%20selection%20sort) Bubble and Selection both are sorting techniques. As we know in our daily lives how much important it is to have an efficent sorting technique to handel large amount of data so it becomes necessary to have a efficent sorting technique at hand.
2626

2727
Time Complexity of Bubble Sort - O(n) and that of Selection Sort is - O(n2)

0 commit comments

Comments
 (0)