Find the Kth permutation sequence of first N natural numbers

1 min read

https://www.geeksforgeeks.org/find-the-k-th-permutation-sequence-of-first-n-natural-numbers/

Partition a set into K subsets with equal sum
Implement stack from scratch