Write program to check Array is a permutation of numbers from 1 to N
Problem statement: You have an array of number like [1,3,4,6,8] we need to find that these numbers are permutation of number or not, considering all numbers in an array. example:…
0 Comments
13th May 2021