Skip to content

This is an Object Oriented implementation of a Trie in python. The class contains setter and getter methods, and implements several useful functionalities. In addition, the class can generate graphviz dot code, which can be used to visualize the Trie.

License

Notifications You must be signed in to change notification settings

smosanu/trie-python-graphviz

Repository files navigation

trie-python-graphviz

This is an Object Oriented implementation of a Trie in python. The class contains setter and getter methods, and implements several useful functionalities. In addition, the class can generate graphviz dot code, which can be used to visualize the Trie.

Instructions:

Credits:

About

This is an Object Oriented implementation of a Trie in python. The class contains setter and getter methods, and implements several useful functionalities. In addition, the class can generate graphviz dot code, which can be used to visualize the Trie.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages