exercises \ strings

Post A Question

Classifications:

Popular Categories:

Program to determine whether two strings are the anagram
icon 1 answers
icon167 Views
icon0 Likes
Given two strings string1 and string2 find the minimum cost required to make the given two strings identical. We can delete characters from both the strings
icon 1 answers
icon151 Views
icon0 Likes
Given two strings string1 and string2 find the minimum cost required to make the given two strings identical. We can delete characters from both the strings. The cost of deleting a character from string1 is costX and string2 is costY
icon 1 answers
icon141 Views
icon0 Likes
Given 3 strings X, Y and Z, the task is to find the longest common sub-sequence in all three given sequences
icon 1 answers
icon148 Views
icon0 Likes
Given two strings string1 and string2 find the minimum cost required to make the given two strings identical
icon 1 answers
icon154 Views
icon0 Likes
Golang Strings | Find Output Programs | Set 2
icon 1 answers
icon156 Views
icon0 Likes
Given 3 strings X, Y and Z, the task is to find the longest common sub-sequence in all three given sequences
icon 1 answers
icon152 Views
icon0 Likes
Java Program to determine whether two strings are the anagram
icon 1 answers
icon152 Views
icon0 Likes
Given two strings, you have to find the shortest common super sequence between them and print the length of the super sequence
icon 1 answers
icon218 Views
icon0 Likes
C Program to Compare Two Strings Using strcmp
icon 1 answers
icon193 Views
icon0 Likes
Remove empty strings from a list of strings using python programming
icon 1 answers
icon182 Views
icon0 Likes
Write a program to read two strings and report whether the strings are equal. If not, report which of the two is larger. Now, change the program to report whether the strings have the same length, and if not, report which is longer
icon 1 answers
icon87 Views
icon0 Likes