Skip to content

Commit 8514ece

Browse files
authored
Merge pull request mandliya#2 from aratic/patch-1
typo on file name
2 parents e8c3199 + 7ae66aa commit 8514ece

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
@@ -41,7 +41,7 @@ Include contains single header implementation of data structures and some algori
4141
| Generic List Implementation | [list.h](include/list.h) |
4242
| Binary Search Tree Implementation | [binarySearchTree.h](include/binarySearchTree.h) |
4343
| Quick Sort Implementation | [quickSort.h](include/quickSort.h) |
44-
| Merge Sort Implementation | [mergeSort.h](include/bubbleSort.h)|
44+
| Merge Sort Implementation | [mergeSort.h](include/mergeSort.h)|
4545
| Selection Sort Implementation | [selectionSort.h](include/selectionSort.h) |
4646
| Bubble Sort Implementation | [bubbleSort.h](include/bubbleSort.h) |
4747
| Linux Kernel Double LinkedList Implementation | [double_linked_list.h](include/double_linked_list.h) |

0 commit comments

Comments
 (0)