Skip to content

Commit 0384f78

Browse files
Merge pull request kunal-kushwaha#148 from rahuldangeofficial/patch-2
Added missing 't' in word "element"
2 parents 92d000f + 0c0eecf commit 0384f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/7-sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Easy
99
- [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)
10-
- [Majority Elemen](https://leetcode.com/problems/majority-element/)
10+
- [Majority Element](https://leetcode.com/problems/majority-element/)
1111
- [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)
1212
- [Missing Number](https://leetcode.com/problems/missing-number/)
1313
- [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)

0 commit comments

Comments
 (0)