Skip to content

Commit 4342272

Browse files
Merge pull request kunal-kushwaha#145 from kunal-kushwaha/kunal-kushwaha-patch-1
Update 7-sorting.md
2 parents dcf153f + 9af2ff8 commit 4342272

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

assignments/7-sorting.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Videos
2+
- [Bubble Sort](https://youtu.be/F5MZyqRp_IM)
3+
- [Selection Sort](https://youtu.be/Nd4SCCIHFWk)
4+
- [Insertion Sort](https://youtu.be/By_5-RRqVeE)
5+
6+
# Questions
7+
8+
## Easy
9+
- [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)
10+
- [Majority Elemen](https://leetcode.com/problems/majority-element/)
11+
- [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)
12+
- [Missing Number](https://leetcode.com/problems/missing-number/)
13+
- [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)
14+
- [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/)
15+
- [Third Maximum Number](https://leetcode.com/problems/third-maximum-number/)
16+
- [Assign Cookies](https://leetcode.com/problems/assign-cookies/)
17+
- [Array Partition I](https://leetcode.com/problems/array-partition-i/)
18+
- [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/)
19+
- [Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/)
20+
- [Sort Array By Parity II](https://leetcode.com/problems/sort-array-by-parity-ii/)
21+
- [Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/)
22+
- [Squares of a Sorted Array](https://leetcode.com/problems/squares-of-a-sorted-array/)
23+
- [Matrix Cells in Distance Order](https://leetcode.com/problems/matrix-cells-in-distance-order/)
24+
- [Height Checker](https://leetcode.com/problems/height-checker/)
25+
- [Relative Sort Array](https://leetcode.com/problems/relative-sort-array/)
26+
- [Minimum Absolute Difference](https://leetcode.com/problems/minimum-absolute-difference/)
27+
- [Rank Transform of an Array](https://leetcode.com/problems/rank-transform-of-an-array/)
28+
- [Sort Integers by The Number of 1 Bits](https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits/)
29+
- [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)
30+
- [Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)
31+
- [Average Salary Excluding the Minimum and Maximum Salary](https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/)
32+
- [Make Two Arrays Equal by Reversing Sub-arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub-arrays/)
33+
- [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/)
34+
- [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency/)
35+
- [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/)

0 commit comments

Comments
 (0)