TrieSTValueKeysWithPrefix Method |
Returns all of the keys in the set that start with prefix.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IEnumerable<string> KeysWithPrefix(
string prefix
)
Parameters
- prefix
- Type: SystemString
the prefix
Return Value
Type:
IEnumerableStringall of the keys in the set that start with
prefix
as an iterable
See Also