swoyam2609 / CodeChef-Solution

Submit proper, quality solutions to CodeChef contests in this Repository
MIT License
5 stars 28 forks source link

easy_permutation.cpp #75

Closed Shreya-Lu closed 1 year ago

Shreya-Lu commented 1 year ago

Added solution for LTime111 @ Easy Permutation

Shreya-Lu commented 1 year ago

I have done the possible changes

swoyam2609 commented 1 year ago

I have done the possible changes

I would like to know the differences between your code and the code that is existing in the current directory

Shreya-Lu commented 1 year ago

There is no difference in the output but the approach is different. The existing code uses a for loop within a while loop but the code submitted by me has nested while loop.

swoyam2609 commented 1 year ago

Thanks for your contribution, keep contributing....

Shreya-Lu commented 1 year ago

Even though my PR has been merged, why is not reflected in my Hacktober profile?