We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defhackerrankInString(s):# Write your code herecompare_to="hackerrank"input_word=[]index=0forcins:iflen(input_word)!=len(compare_to):ifc==compare_to[index]:input_word.append(c)index+=1if"".join(input_word)==compare_to:return"YES"else:return"NO"
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
HackerRank in a String!
You are viewing a single comment's thread. Return to all comments →
Python solution: