This project implements a routing table using the Trie data structure. The routing table is used to determine the best path for forwarding network packets to their destination.
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/xorahsan/routing-tables-tries.git
- Navigate to the project directory:
cd routing-tables-tries
- Run the following command:
python3 easy_routing.py
Contributions to this project are welcome. If you would like to contribute, please follow these steps:
- Fork the repository:
git clone https://github.com/xorahsan/routing-tables-tries.git
- Create a new branch for your changes:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push your changes to your fork:
git push origin my-feature-branch
- Create a pull request on the original repository.
This project is licensed under the MIT License. See the LICENSE.md file for details.
If you have any questions or comments about the project, please contact us at admin@xorahsan.me