Yahoo India Web Search

Search results

  1. www.hackerrank.com › challenges › two-stringsTwo Strings | HackerRank

    Given two strings, determine if they share a common substring. A substring may be as small as one character. Example. These share the common substring . These do not share a substring. Function Description. Complete the function twoStrings in the editor below. twoStrings has the following parameter(s): string s1: a string; string s2: another ...

  2. In this post, we will solve Two Strings HackerRank Solution. This problem (Two Strings) is a part of HackerRank Problem Solving series.

  3. Problem Statement : Given two strings, determine if they share a common substring. A substring may be as small as one character. Example s1 = 'and' s2 = 'art' These share the common substring a. s1 = 'be' s2 = 'cat' These do not share a substring.

  4. Jun 25, 2020 · Hackerrank - Two Strings Solution. Given two strings, determine if they share a common substring. A substring may be as small as one character. For example, the words "a", "and", "art" share the common substring . The words "be" and "cat" do not share a substring. Function Description.

  5. We would like to show you a description here but the site won’t allow us.

  6. Dec 6, 2020 · Two Strings is a programming challenge on HackerRank. You are given with two strings, determine if they share a common sub-string. A substring may be as small as just one character.

  7. Two Strings. Problem. Given two strings, determine if they share a common substring. A substring may be as small as one character. For example, the words "a", "and", "art" share the common substring a. The words "be" and "cat" do not share a substring. Function Description. Complete the function twoStrings in the editor below.

  1. People also search for