How to solve this problem?
find the number of permutations of length N that have longest increasing subsequence equal to K
1<=N<=40 , 1<=K<=5 problem link
Increasing subsequences
How to solve this problem?
find the number of permutations of length N that have longest increasing subsequence equal to K
1<=N<=40 , 1<=K<=5 problem link