rahulkotha18 / coding

2 stars 27 forks source link

Added implementation of NextPermutation in java #54

Closed agampreetsingh closed 4 years ago

agampreetsingh commented 4 years ago

Adding implementation of next_permutation in java. next_permutation is a great utility function provided by C++ as an inbuilt function but sometimes the problem can be a bit tricky when the same is needed to be used in JAVA. Thus adding an implementation for the same.

1