Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartIndicesAnagrams ¶
StartIndicesAnagrams returns all the starting indices (0-based) for the anagrams of W in the longer string S. Runs in O(N*M) time where N is len(word) and M is len(str).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.