Implementation of prefix tree (trie) data structure in pure C
-
Updated
Nov 23, 2022 - C
Implementation of prefix tree (trie) data structure in pure C
Networks and Algorithms Performance course work
This program uses the Trie data structure or the prefix tree to suggest strings based on input words and a search key.
This module provides tree-based hashtable-like structure for strings in C.
Add a description, image, and links to the prefix-tree topic page so that developers can more easily learn about it.
To associate your repository with the prefix-tree topic, visit your repo's landing page and select "manage topics."