Aishwarya Mani Tripathi has Published 13 Articles

Check if a given pattern exists in a given string or not including wild cards * and .

Aishwarya Mani Tripathi

Aishwarya Mani Tripathi

Updated on 08-Sep-2023 17:31:18

131 Views

Check if a given pattern exists in a given string or not including wild cards * and . is a common problem in computer science and programming. In this problem, we are given a string (text) and a pattern, which can contain wildcard characters '*' and '.', and we need ... Read More

Check if the String formed by the first and last X characters of a String is a Palindrome

Aishwarya Mani Tripathi

Aishwarya Mani Tripathi

Updated on 08-Sep-2023 17:27:15

52 Views

In this tutorial, we will explore a problem statement that involves checking whether a string, formed by combining the first X characters and the last X characters of a given string, is a palindrome or not. A palindrome refers to a sequence of characters that remain unchanged when reading both ... Read More

Check if a permutation of S2 can be obtained by adding or removing characters from S1

Aishwarya Mani Tripathi

Aishwarya Mani Tripathi

Updated on 08-Sep-2023 16:51:05

47 Views

Checking if a permutation of S2 can be obtained by adding or removing characters from S1 is a common problem in computer science. This problem is of great significance in various domains, including data processing, text analysis, and pattern recognition. In this tutorial, we will be presenting a ... Read More

Advertisements