Best way to String matching

Правка en2, от 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

Теги algorithm, #strings

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский prokawsar 2016-01-08 16:20:25 0 (published)
en1 Английский prokawsar 2016-01-08 16:19:18 305 Initial revision (saved to drafts)