An array of distinct integers, find length of the longest sub array which contains numbers that can be arranged in a continuous sequence.
Tag - sunmax
An array of distinct integers, find length of the longest subarray which contains numbers that can be arranged in a continuous sequence.
we have discussed a solution that assumes that elements in given array are distinct. Here we discuss a solution that works even if the input array.
C++ Programming number of contiguous subsequences - Mathematical Algorithms - Given a number as a string, write a function to find the number of substrings