Fix a typo (#1453)

This commit is contained in:
ABHINESH KUMAR JHA
2023-10-07 23:59:12 +05:30
committed by GitHub
parent 342382932d
commit da0ee876db

View File

@ -1,5 +1,5 @@
/*
* Problem Statement: Generate all distinct permutations of a an array (all permutations should be in sorted order);
* Problem Statement: Generate all distinct permutations of an array (all permutations should be in sorted order);
*
* What is permutations?
* - Permutation means possible arrangements in a set (here it is an array);