Roman to Integer Problem Statement Given a string in roman no format(s) your task is to convert it to an integer. Various symbols and their valu…
Read moreMultiply Two Strings Problem Statement Given two numbers as strings s1 and s2. Calculate their Product. Note : The numbers can be nega…
Read morePalindrome String Problem Statement Given a string S , check if it is palindrome or not. Example 1 Input : S = "abba" Outpu…
Read moreReverse a String Problem Statement You are given a string s. You need to reverse the string. Example 1 Input : s = Geeks Output : ske…
Read moreAnagram Problem Statement Given two strings a and b consisting of lowercase characters. The task is to check whether two given strings are an …
Read more
Social Plugin