Subsequence Vs Substring Vs Subarray
Substring ๐
A substring is a contiguous(continuous) sequence of characters present within a string. It is a string present inside a string.For instance, the substrings of the string โtreeโ would be:โt,โ โr,โ โe,โ โtr,โ โtre,โ โtree,โ โre,โ โree,โ โe...
ashik17.hashnode.dev2 min read