Next Permutation || LeetCode #31 || Medium || Code + Explanation || C++

Code with Alisha February 2, 2021
Video Thumbnail
Code with Alisha Logo

Code with Alisha

View Channel

About

Wish to make Data Structures and Algorithm problems easy. Join our journey and enjoy learning!

Video Description

Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such an arrangement is not possible, it must rearrange it as the lowest possible order (i.e., sorted in ascending order). The replacement must be in place and use only constant extra memory. Example 1: Input: nums = [1,2,3] Output: [1,3,2] Example 2: Input: nums = [3,2,1] Output: [1,2,3] Example 3: Input: nums = [1,1,5] Output: [1,5,1] Example 4: Input: nums = [1] Output: [1] Link to challenge: https://leetcode.com/explore/featured/card/january-leetcoding-challenge-2021/583/week-5-january-29th-january-31st/3623/ OR https://leetcode.com/problems/next-permutation/solution/

You May Also Like

Upgraded Backpack Essentials

AI-recommended products based on this video