MAZHARMIK / Interview_DS_Algo

Super Repository for Coding Interview Preperation
https://github.com/MAZHARMIK/Interview_DS_Algo
1.77k stars 1.01k forks source link

Update Search_Suggestions_System.cpp #26

Open parklicoste opened 9 months ago

parklicoste commented 9 months ago

fixed bug products[i].find(prefix) < n should be checking find index == 0

parklicoste commented 9 months ago

Let me know if you agree with this solution. Thanks.