venkata harish dodla

Greenhorn
+ Follow
since Apr 23, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by venkata harish dodla

this is the first string
this is the second string

For comparing the above two sentences, we split the second sentence into sub-strings of equal length (for ex : 3) and then compare it with first sentence then we get the copied patterns.
"thihisisssisthestrtririning" this would be the copied pattern. now we need to get the original copied string
i.e, "thisisthestring". please help me in getting this using C.
11 years ago