/Routing-Tables-Tries

This project implements a routing table using the Trie data structure. A routing table is a data structure used in network communication to determine the best path for forwarding network packets to their destination. The Trie data structure is a tree-like data structure used for efficient searching and retrieval of data.

Primary LanguageHTMLMIT LicenseMIT

Watchers