AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.45k stars 520 forks source link

Add next permutation in C #377

Closed zugzwang03 closed 1 year ago

zugzwang03 commented 1 year ago

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.