Leetcode 46. PermutationsProblem Statement — Given an array nums of distinct integers, return all the possible permutations.Oct 2, 2023Oct 2, 2023
LeetCode 153. Find Minimum in Rotated Sorted ArrayDo find detailed solution with handwritten example of the above listed problem.Aug 28, 2023Aug 28, 2023
Published inDev GeniusLinked List Cycle ProblemsWhat is a Cycle in a LinkedList? There is a cycle in a linked list if there is some node in the list that can be reached again by…Jul 6, 2022Jul 6, 2022
LeetCode 414. Third Maximum NumberThird Maximum Distinct Element[ Using Set ]Jun 23, 2022Jun 23, 2022
Merge Sort for Linked ListsExplaination with Solution :Problem Statement :- Sort the Linked List in O(n logn) time. [Leetcode Medium]Feb 24, 2022Feb 24, 2022
Monotonic Stack ProblemsHello everyone, we all know STACK but What is a Monotonic Stack?Dec 28, 2021Dec 28, 2021
Count SubsetSum Problem [ Dynamic Programming ]Problem Statement: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Given an array arr[] of length N and an integer X, the task is to find the number…Dec 23, 2021Dec 23, 2021
Remotely Control your Linux Terminal through Flutter Application.Why need of Terminal?Dec 17, 2020Dec 17, 2020