Algorithms Check if a string is a subsequence of another string In this problem, we will see how we can check whether a string is a subsequence of another string. We have solved this in O(N) time using an efficient approach.
Software Engineering Different ways to initialize an array in C++ We have covered Different ways to initialize an array in C++ including both the standard array and array container in STL.