Best way to String matching

Revision en2, by prokawsar, 2016-01-08 16:20:25

What is the best way to match a string or part of a string in C language ? It could be whole string or such as "develop" took from "development". I used to solve this problem with some loops, but it getting TLE for large size in Length. Which way would be efficient ?

Thanks

Tags algorithm, #strings

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English prokawsar 2016-01-08 16:20:25 0 (published)
en1 English prokawsar 2016-01-08 16:19:18 305 Initial revision (saved to drafts)