📄️ 334-Increasing Triplet Subsequence
This is a solution to the Increasing Triplet Subsequence problem on LeetCode.
📄️ 338-Counting Bits
This is a solution to the Counting Bits problem on LeetCode.
📄️ 342-Power of Four
This is a solution to the Power of Four problem on LeetCode.
📄️ 0307-Range Sum Query - Mutable
This is the solution of question Range Sum query - Mutable on leetcode
📄️ 0313-Super Ugly Number
This is the solution of question Super Ugly Number on leetcode
📄️ 0327-Count of Range Sum
This is a solution to the Count of Range Sum problem on LeetCode
📄️ 0300-LongestIncreasingSubsequence
Problem Description
📄️ 0301 Remove Invalid Parentheses
This document provides a solution to the Remove Invalid Parentheses
📄️ 0302-Smallest-Rectangle-Enclosing-Black-Pixels
Given an image represented by a binary matrix where 0 is a white pixel and 1 is a black pixel, return the area of the smallest rectangle that encloses all black pixels. The black pixels are connected, and the rectangle must be axis-aligned.
📄️ 0303-RangeSumQueryImmutable
Problem Description
📄️ 0304-RangeSumQuery2DImmutable
Problem Description
📄️ 0305-Number-of-Islands-II
Given a 2D grid map of `m` rows and `n` columns initially filled with water, perform `addLand` operations that turn the water at specific positions into land. Return the number of islands after each operation. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically.
📄️ 0306-AdditiveNumber
Problem Description
📄️ 0308-Range-Sum-Query-2D-Mutable
Given a 2D matrix, handle multiple queries of the following types - updating the value of a cell and calculating the sum of elements inside a rectangle defined by its upper left and lower right corners.
📄️ Best Time to Buy and Sell Stock
This article provides a solution to the Best Time to Buy and Sell Stock problem, which finds the maximum profit that can be obtained by buying and selling a stock at most once.
📄️ 0312 - Burst Ballons
This is a solution to the Burst Ballons problem on LeetCode.
📄️ 0322 - Coin Change
This is a solution to the Coin Change problem on LeetCode.
📄️ 0324 - Wiggle Sort II
This is a solution to the Wiggle Sort II problem on LeetCode.
📄️ 0326-PowerOfThree
Problem Description
📄️ 0328 Odd Even Linked List
This document provides a solution to group all the nodes with odd indices together followed by the nodes with even indices given the head of a singly linked list.
📄️ 0329 - Longest Increasing Path in a Matrix
This is a solution to the Longest Increasing Path in a Matrix problem on LeetCode.
📄️ Patching Array
This document provides solutions for the Patching Array problem.
📄️ 0102 Palindrome Pairs
This is a solution to the Palindrome Pairs problem on LeetCode.
📄️ 344. Reverse String
This is a solution to the Reverse String problem on LeetCode.
📄️ 0345 - Reverse Vowels of a String
This is a solution to the Reverse Vowels of a String problem on LeetCode.
📄️ 0346 - Moving Average from Data Stream
This is a solution to the Moving Average from Data Stream problem on LeetCode.
📄️ 0349 Intersection of Two Arrays
Solution to Leetcode 349. Intersection of Two Arrays
📄️ 0350 Intersection of Two Arrays II
Solution to Leetcode 350. Intersection of Two Arrays II
📄️ 0352 Data Stream as Disjoint Intervals
This is a solution to the Data Stream as Disjoint Intervals problem on LeetCode.
📄️ Design Twitter
Design a simplified version of Twitter with basic functionalities using OOP principles.
📄️ 0368-Largest Divisible Subset
Given a set of distinct positive integers nums, return the largest subset answer such that every pair (answer[i], answer[j])
📄️ 0373-Find K Pairs with Smallest Sums
Solution to leetocde 373
📄️ 0374-Guess Number Higher or Lower
Solution to leetocde 374
📄️ 0375-Guess Number Higher or Lower II
Solution to leetocde 375
📄️ 0376 - Wiggle Subsequence
Solution to leetocde 376
📄️ 0380-insert-delete-getrandom-o1
Solution to leetocde 380
📄️ 0382-Linked List Random Node
Solution to leetocde 382
📄️ 0383-Ransom Note
Solution to leetocde 383
📄️ 0384-Shuffle an Array
Solution to leetocde 384
📄️ 0385 - Mini Parser
This is a solution to the Mini Parser problem on LeetCode.
📄️ 0389-Lexicographical-Numbers
Solution to leetocde 386
📄️ 0387-First Unique Character in a String
This is a solution to the first unique character in a string in leetcode
📄️ 0389-Find the Difference
Solution to leetocde 389
📄️ 0392-Is Subsequence
This is a solution to Is Subsequence in leetcode
📄️ 0395-Longest Substring With Atleast K Repeating Characters
Solution to leetocde 395
📄️ 0396 Rotate Function
Solution to Leetcode 396. Rotate Function.