Thursday, May 26, 2005

Circular String

Given two strings x, y (x.length <= y.length); Determine if x is a part of y. Catch here is that y is not a linear string, it is a circular string! Give simplest Java Program.

0 Comments:

Post a Comment

<< Home