Python Routing Algorithm Package

Job ID: 39779721

Budget: $10 – $30 USD

Building a small-scale package routing program in Python and need a well-documented implementation that combines the right algorithm with an efficient data structure.

The core should be modular:

A custom hash table (no external dicts/libraries) to store package details

A routing component using an algorithm you justify

A simple interface to check package status (main center, en route, delivered with timestamp) and display total fleet mileage.

Other requirements:

Written in Python 3.10+ with clear comments and docstrings.

Must handle package constraints (e.g., wrong address updated at 6:55 a.m.).

Include pseudocode, Big-O analysis, and a short README.

Unit tests for hash table and routing logic.