Download results
Showing 0-0 of 0 results
Items per page:
10
25
50
100
#
Exercise Title
Features
Description
Platform
Keywords
1
Given strings s and t, return a list of all positions in which t occurs in s.
Code Completion
Given strings s and t, return a list of all positions in which t occurs in s.
CodeCheck
Strings
,
Finding Substrings
2
Given strings s and t, return a string in which all occurrences of t are removed from s.
Code Completion
Given strings s and t, return a string in which all occurrences of t are removed from s.
CodeCheck
Strings
,
Finding Substrings
3
Given strings s and t, return a string in which all characters in t are removed from s.
Code Completion
Given strings s and t, return a string in which all characters in t are removed from s.
CodeCheck
Strings
,
Finding Substrings
4
Given a string s, return the longest prefix that is repeated somewhere else in the string.
Code Completion
Given a string s, return the longest prefix that is repeated somewhere else in the string.
CodeCheck
Strings
,
Finding Substrings
5
Given a string s, find the longest prefix that also occurs at the end (so that s = p + t + p), and return t, the string without the beginning and the end.
Code Completion
Given a string s, find the longest prefix that also occurs at the end (so that s = p +...
CodeCheck
Strings
,
Finding Substrings
×
This is a detailed description.