Skip to content

Commit

Permalink
Update 7-sorting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-kushwaha authored Aug 24, 2021
1 parent dcf153f commit 9af2ff8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions assignments/7-sorting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Videos
- [Bubble Sort](https://youtu.be/F5MZyqRp_IM)
- [Selection Sort](https://youtu.be/Nd4SCCIHFWk)
- [Insertion Sort](https://youtu.be/By_5-RRqVeE)

# Questions

## Easy
- [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)
- [Majority Elemen](https://leetcode.com/problems/majority-element/)
- [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)
- [Missing Number](https://leetcode.com/problems/missing-number/)
- [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)
- [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/)
- [Third Maximum Number](https://leetcode.com/problems/third-maximum-number/)
- [Assign Cookies](https://leetcode.com/problems/assign-cookies/)
- [Array Partition I](https://leetcode.com/problems/array-partition-i/)
- [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/)
- [Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/)
- [Sort Array By Parity II](https://leetcode.com/problems/sort-array-by-parity-ii/)
- [Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/)
- [Squares of a Sorted Array](https://leetcode.com/problems/squares-of-a-sorted-array/)
- [Matrix Cells in Distance Order](https://leetcode.com/problems/matrix-cells-in-distance-order/)
- [Height Checker](https://leetcode.com/problems/height-checker/)
- [Relative Sort Array](https://leetcode.com/problems/relative-sort-array/)
- [Minimum Absolute Difference](https://leetcode.com/problems/minimum-absolute-difference/)
- [Rank Transform of an Array](https://leetcode.com/problems/rank-transform-of-an-array/)
- [Sort Integers by The Number of 1 Bits](https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits/)
- [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)
- [Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)
- [Average Salary Excluding the Minimum and Maximum Salary](https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/)
- [Make Two Arrays Equal by Reversing Sub-arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub-arrays/)
- [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/)
- [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency/)
- [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 comments on commit 9af2ff8

Please sign in to comment.