about | help | code help+videos | done | prefs |
Given 2 non-empty strings, return true if the reverse of the second string does exist in the first string. exist("asdcE", "Ec") → true exist("abcd", "cb") → true exist("123456", "123") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 299
Copyright Nick Parlante 2017 - privacy