Given two strings str1 and str2, find if str1 is a subsequence of str2. A subsequence is a sequence that can be derived from another sequence by deleting
python string substring
5 Articles
5
C Programming – Calculate the angle between hour hand and minute hand – Mathematical Algorithms – The minute hand moves 360 degree in 60 minute( 6 degree)
C++ programming for Pattern Searching Set 7 Boyer Moore Algorithm – Bad Character Heuristic – Searching and Sorting – When we do search for a string in file.
C programming for Pattern Searching Set 7 Boyer Moore Algorithm(Bad Character Heuristic) – Searching and Sorting – search is problem in computer science.
Manacher’s Algorithm – Linear Time Longest Palindromic Substring – Searching and sorting – We have already discussed Naïve [O(n3)] and quadratic [O(n2)]