GDSC-AUM / OpenOcto-DSA

Data Structures and Algorithms implemented in C++
MIT License
5 stars 24 forks source link

Add PrintPermutations.cpp #31

Closed akhilagrawal1001 closed 2 years ago

akhilagrawal1001 commented 2 years ago

What was changed?

Checklist

Program Request

Documentation Update

Notes: This is with respect to issue #28

unshDee commented 2 years ago

Please don't use bits/stdc++.h and be more specific for header files. As soon as you fix that, one of the maintainers would approve and merge your PR.

Also, the file name doesn't match the File Name Guidelines mentioned in the Contributing Guidelines document, so please refer it, and change its name accordingly.

akhilagrawal1001 commented 2 years ago

done the requested changes