Contiguous subpart of the array.
i.e., occupy consecutive positions
Unordered subsequence.
any possible combination of the original set
Ordered elements of array non-contigious.
A subsequence is a sequence that can be derived from another sequence by deleting some elements without changing the order of the remaining elements.
Subarray in string.
A substring is almost similar to a subarray