DugarRishab / Algo.io

From solutions of Leet code in various languages to list of important algorithms for developers, we have everything
7 stars 40 forks source link

Q31_Next Permutation #78

Closed Sakshi2002-Sinha closed 2 years ago

Sakshi2002-Sinha commented 2 years ago

Link to the problem statement: https://leetcode.com/problems/next-permutation/ Leetcode: 31 Next permutation

This is a template on how to fill out a PR properly.

Description

I have added comments in the solution itself for complete understanding.

Related Issue

Issues might come in observing the pattern,like how it is getting implemented.

Acceptance Criteria

image

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:100: Add tests
* :link: Update dependencies
:scroll: Docs

Testing Steps / QA Criteria

DugarRishab commented 2 years ago

The file should be in it's respective folder inside /data/leetcode_solutions/

Sakshi2002-Sinha commented 2 years ago

I have made the required changes. Kindly check it once.