Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 4.67 KB

Sorting.md

File metadata and controls

34 lines (30 loc) · 4.67 KB

LeetCode

I am trying to solve LeetCode problems and upload that here.

LeetCode Problems' Solutions

Each problem contains topic, link of that problem, solution link of the solution that I wrote and difficulty of that question.

Difficulty Level: Easy

# Problem Solution
107 1859. Sorting the Sentence C++
104 922. Sort Array By Parity II C++
103 905. Sort Array By Parity C++
102 628. Maximum Product of Three Numbers C++, Another solution
101 455. Assign Cookies C++
100 414. Third Maximum Number C++
99 169. Majority Element C++
98 217. Contains Duplicate Using Map, Using sort
90 645. Set Mismatch Using Cycle Sort
87 448. Find All Numbers Disappeared in an Array Using Cycle Sort
86 268. Missing Number Using Cycle Sort, Math
7 Sorting the Sentence C++
6 How Many Numbers Are Smaller Than the Current Number C++ Alternate Alternate code

Difficulty Level: Medium

# Problem Solution
13 Sort Colors C++
89 442. Find All Duplicates in an Array Using Cycle Sort
88 287. Find the Duplicate Number Using Cycle Sort

Difficulty Level: Hard

# Problem Solution
91 41. First Missing Positive Using Cycle Sort