Bug Report for https://neetcode.io/problems/word-break
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
My algorithm passed the test case but it should not work.
Add this test case
s = "aaab"
wordDict = ["a", "aa", "aaa", "aaab"]