Skip to content
Santhosh Vaiyapuri edited this page Jun 25, 2015 · 19 revisions

Linked List

HashMaps

Strings

  • Write 
a 
program
 to
 determine 
whether
 an 
input 
string 
x 
is 
a
 substring
 of 
another
 input
 string 
y.

(For
 example,
"bat"
 is 
a 
substring
 of
 "abate",
but 
not
 of
 "beat".)

Clone this wiki locally