Howtoalgo (@howtoalgo) 's Twitter Profile
Howtoalgo

@howtoalgo

A one-stop shop for coding interviews!

ID: 1850118307027812352

linkhttps://www.howtoalgo.com/ calendar_today26-10-2024 10:12:42

40 Tweet

16 Takipçi

154 Takip Edilen

Howtoalgo (@howtoalgo) 's Twitter Profile Photo

Day 14/100 - Find the first index of a substring using Brute Force (O(n×m)) & KMP (O(n+m)) with LPS array. Input: "a-c-a-b-c-a-b-a-b-a-b-d" Sub: "a-b-a-b-d" → Output: 7 Practice at - howtoalgo.com Full video - howtoalgo.com/question/14 #DSA #100DaysOfCode #Coding