You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the allWordsWithPrefix method is called with a prefix that was not initialized, it may result in a NullPointerException (NPE) due to inadequate handling of null Trie nodes during traversal.
Would like to raise a PR!
The text was updated successfully, but these errors were encountered:
When the allWordsWithPrefix method is called with a prefix that was not initialized, it may result in a NullPointerException (NPE) due to inadequate handling of null Trie nodes during traversal.
Would like to raise a PR!
The text was updated successfully, but these errors were encountered: