I am creating an issue because the next permutation function in cpp can be easily made using built-in functions, but in c, it is not so easy. So I want to add this new algorithm here for this question :
https://leetcode.com/problems/next-permutation/
I want to make this contribution under Hacktoberfest'22.
And I will include this file in strings directory.
I am creating an issue because the next permutation function in cpp can be easily made using built-in functions, but in c, it is not so easy. So I want to add this new algorithm here for this question : https://leetcode.com/problems/next-permutation/ I want to make this contribution under Hacktoberfest'22. And I will include this file in strings directory.