Skip to content

siddhant2002/100_Days_Of_Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siddhant Swarup Mallick

100_Days_Of_Leetcode

Day 1
1.1 - Median of two sorted arrays.
1.2 - Reverse Integer.


Day 2
2.1 - String to Integer (atoi).
2.2 - Roman to Integer.
Day 3
3.1 - Valid Parentheses.
3.2 - Merge Two Sorted Lists.
Day 4
4.1 - Remove Duplicates from Sorted Array.
4.2 - Remove Element.
Day 5
5.1 - Implement Strstr().
5.2 - Search Insert Position.
Day 6
6.1 - Third Maximum Number.
6.2 - Majority Element.
Day 7
7.1 - Reverse Words in a String.
7.2 - Reverse Vowels of a String.
Day 8
8.1 - Intersection of Two Arrays II.
8.2 - Maximum Number of Balloons.
Day 9
9.1 - Valid Perfect Square.
9.2 - Ugly Number.
Day 10
10.1 - Kth Missing Positive Number.
10.2 - Search in Rotated Sorted Array.
Day 11
11.1 - Reverse String.
11.2 - Reverse Linked List.
Day 12
12.1 - Happy Number.
12.2 - Make The String Great.
Day 13
13.1 - Isomorphic Strings.
13.2 - Find Peak Element.
Day 14
14.1 - Number of Students Unable to Eat Lunch.
14.2 - Find Center of Star Graph.
Day 15
15.1 - Two Sum.
15.2 - Distribute Candies.
Day 16
16.1 - Reverse Words in a String III.
16.2 - Self Dividing Numbers.
Day 17
17.1 - Count Square Sum Triples.
17.2 - Check if All the Integers in a Range Are Covered.
Day 18
18.1 - Remove All Occurrences of a Substring.
18.2 - Middle of the Linked List.
Day 19
19.1 - Slowest Key.
19.2 - Missing Number.
Day 20
20.1 - Lowest Common Ancestor of a Binary Search Tree.
20.2 - Count Primes.
Day 21
21.1 - Rotate Image.
21.2 - Container With Most Water.
Day 22
22.1 - Day of the Week.
22.2 - Partition Array into Disjoint Intervals.
Day 23
23.1 - Rearrange Spaces Between Words.
23.2 - Rearrange Words in a Sentence.
Day 24
24.1 - Rotate Array.
24.2 - Monotonic Array.
Day 25
25.1 - Degree of an Array.
25.2 - Length of Last Word.
Day 26
26.1 - Best Time to Buy and Sell Stock.
26.2 - Convert Sorted Array to Binary Search Tree.
Day 27
27.1 - Remove Duplicates from Sorted List.
27.2 - Remove Duplicates from Unsorted List.
Day 28
28.1 - Reverse Only Letters.
28.2 - Palindrome Linked List.
Day 29
29.1 - Find Smallest Letter Greater Than Target.
29.2 - Second Largest Digit in a String.
Day 30
30.1 - Maximum Product of Three Numbers.
30.2 - Number of Days Between Two Dates.
Day 31
31.1 - Can Place Flowers.
31.2 - Pascal's Triangle II.
Day 32
32.1 - Sort Colors.
32.2 - Sort List.
Day 33
33.1 - Can Place Flowers.
33.2 - Remove All Adjacent Duplicates In String.
Day 34
34.1 - Reformat The String.
34.2 - Find the Difference.
Day 35
35.1 - First Unique Character in a String.
35.2 - Minimum Absolute Difference.
Day 36
36.1 - Check If All 1's Are at Least Length K Places Away.
36.2 - Generate a String With Characters That Have Odd Counts.
Day 37
37.1 - Remove Outermost Parentheses.
37.2 - Unique Number of Occurrences.
Day 38
38.1 - Transpose Matrix.
38.2 - Substrings of Size Three with Distinct Characters.
Day 39
39.1 - Climbing Stairs.
39.2 - Find Lucky Integer in an Array.
Day 40
40.1 - Contains Duplicate II.
40.2 - Determine if String Halves Are Alike.
Day 41
41.1 - Add Strings.
41.2 - Maximum Units on a Truck.
Day 42
42.1 - Flip String to Monotone Increasing.
42.2 - Reformat Phone Number.
Day 43
43.1 - Ransom Note.
43.2 - Minimum Distance to the Target Element.
Day 44
44.1 - Sum of All Odd Length Subarrays.
44.2 - Robot Return to Origin.
Day 45
45.1 - Summary Ranges.
45.2 - Check If String Is a Prefix of Array.
Day 46
46.1 - Guess Number Higher or Lower.
46.2 - Best Time to Buy and Sell Stock II.
Day 47
47.1 - Nim Game.
47.2 - Group Anagrams.
Day 48
48.1 - 2 Keys Keyboard.
48.2 - Broken Calculator.
Day 49
49.1 - Construct the Rectangle.
49.2 - Decrypt String from Alphabet to Integer Mapping.
Day 50
50.1 - Find N Unique Integers Sum up to Zero.
50.2 - Word Pattern.
Day 51
51.1 - Check If N and Its Double Exist.
51.2 - Complement of Base 10 Integer.
Day 52
52.1 - Sort Integers by The Number of 1 Bits.
52.2 - Increasing Decreasing String.
Day 53
53.1 - Lucky Numbers in a Matrix.
53.2 - Element Appearing More Than 25% In Sorted Array.
Day 54
54.1 - Determine Color of a Chessboard Square.
54.2 - Number of Strings That Appear as Substrings in Word.
Day 55
55.1 - First Missing Positive.
55.2 - Longer Contiguous Segments of Ones than Zeros.
Day 56
56.1 - Divide Two Integers.
56.2 - Hamming Distance.
Day 57
57.1 - Binary Gap.
57.2 - Convert Integer to the Sum of Two No-Zero Integers.
Day 58
58.1 - Minimum Changes To Make Alternating Binary String.
58.2 - Top K Frequent Elements.
Day 59
59.1 - Minimum Operations to Make the Array Increasing.
59.2 - Find the Highest Altitude.
Day 60
60.1 - Remove Nth Node From End of List.
60.2 - Swapping Nodes in a Linked List.
Day 61
61.1 - Binary Search.
61.2 - First Bad Version.
Day 62
62.1 - Search Insert Position.
62.2 - Reverse String II.
Day 63
63.1 - Palindrome Number.
63.2 - Calculate Money in Leetcode Bank.
Day 64
64.1 - Goal Parser Interpretation.
64.2 - Is Subsequence.
Day 65
65.1 - Uncommon Words from Two Sentences.
65.2 - Largest Perimeter Triangle.
Day 66
66.1 - Count Largest Group.
66.2 - Delete Columns to Make Sorted.
Day 67
67.1 - Height Checker.
67.2 - Maximum Number of Balls in a Box.
Day 68
68.1 - Power of Four.
68.2 - Power of Three.
Day 69
69.1 - Power of Two.
69.2 - Number of 1 Bits.
Day 70
70.1 - Permutation in String.
70.2 - Single Number.
Day 71
71.1 - Single Number II.
71.2 - Single Number III.
Day 72
72.1 - Find Greatest Common Divisor of Array.
72.2 - Delete Characters to Make Fancy String.
Day 73
73.1 - Permutation in String.
73.2 - Longest Substring Without Repeating Characters.
Day 74
74.1 - Design HashMap.
74.2 - Design HashSet.
Day 75
75.1 - Permutations.
75.2 - Minimum Difference Between Highest and Lowest of K Scores.
Day 76
76.1 - Smallest Range I.
76.2 - Range Addition II.
Day 77
77.1 - Reshape the Matrix.
77.2 - Defuse the Bomb.
Day 78
78.1 - Find Common Characters.
78.2 - Maximum Subarray.
Day 79
79.1 - House Robber.
79.2 - House Robber II.
Day 80
80.1 - N-Repeated Element in Size 2N Array.
80.2 - Find the Duplicate Number.
Day 81
81.1 - Set Mismatch.
81.2 - Find Pivot Index.
Day 82
82.1 - Find the Middle Index in Array.
82.2 - Count Special Quadruplets.
Day 83
83.1 - Rotated Digits.
83.2 - Find First and Last Position of Element in Sorted Array.
Day 84
84.1 - Shifting Letters.
84.2 - Next Greater Element I.
Day 85
85.1 - Next Greater Element II.
85.2 - Student Attendance Record I.
Day 86
86.1 - Kth Largest Element in a Stream.
86.2 - Create Target Array in the Given Order.
Day 87
87.1 - Keyboard Row.
87.2 - Basketball Game.
Day 88
88.1 - Relative Sort Array.
88.2 - Rotate String.
Day 89
89.1 - Intersection of Two Linked Lists.
89.2 - Special Positions in a Binary Matrix.
Day 90
90.1 - Find the Winner of the Circular Game.
90.2 - DI String Match.
Day 91
91.1 - Reverse Prefix of Word.
91.2 - Rank Transform of an Array.
Day 92
92.1 - Remove Duplicates from Sorted Array II.
92.2 - Search in Rotated Sorted Array II.
Day 93
93.1 - Find Minimum in Rotated Sorted Array II.
93.2 - Toeplitz Matrix.
Day 94
94.1 - Swap Nodes in Pairs.
94.2 - Search a 2D Matrix.
Day 95
95.1 - Implement Queue using Stacks.
95.2 - Implement Stack using Queues.
Day 96
96.1 - Check if Array Is Sorted and Rotated.
96.2 - Get Maximum in Generated Array.
Day 97
97.1 - Find Words That Can Be Formed by Characters.
97.2 - Most Visited Sector in a Circular Track.
Day 98
98.1 - Shortest Completing Word.
98.2 - Convert 1D Array Into 2D Array.
Day 99
99.1 - Search a 2D Matrix II.
99.2 - Minimum Time to Type Word Using Special Typewriter.
Day 100
100.1 - Cells with Odd Values in a Matrix.
100.2 - Merge In Between Linked Lists.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages