Employeur impliqué
Write a function to search for a string within another string. Analyze it's complexity, and propose optimizations.
Utilisateur anonyme
Represent the string in Suffix Tree and u can find the pattern in O(m) time.
Use Boyer-moore algorithm.
@jimmy thanks http://www.movsd.com/bm.htm
I wonder if you had to code BM algorithm during the interview. That would be... hard...
Use Robin-karp or KMP algorithm
Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.
Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.