MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / main

Function main

strings/autocomplete_using_trie.py:57–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def main() -> None:
58 print(autocomplete_using_trie("de"))
59
60
61if __name__ == "__main__":

Callers 1

Calls 1

autocomplete_using_trieFunction · 0.85

Tested by

no test coverage detected