Algorithms-Leetcode-Javascript icon indicating copy to clipboard operation
Algorithms-Leetcode-Javascript copied to clipboard

Lexographically smallest after a swap

Open meetmukul1993 opened this issue 1 year ago • 1 comments

Title of the problem

3216. Lexicographically Smallest String After a Swap

Checklist before requesting a review

  • [x] I have checked the guide for contributions.
  • [x] I have added the description at the top of the solution file.
  • [x] I have added a test file for the problem.
  • [x] I have added an entry to the README file with a link to the new file.
  • [x] I have run linter (npx eslint LeetcodeProblems LeetcodeProblemsTests) and unit tests (node Test.js) and they pass. More info.

Check the guide and this PR example.

meetmukul1993 avatar Oct 17 '24 19:10 meetmukul1993

@ignacio-chiazzo updated the PR, can u please have a look again. Thanks

meetmukul1993 avatar Oct 18 '24 15:10 meetmukul1993

@ignacio-chiazzo Seems like the lint check runs after a maintainer approves it, earlier it failed, have updated the code again. can u please approve the lint execution

meetmukul1993 avatar Oct 19 '24 06:10 meetmukul1993