Key Features

  • Fast Route Calculation Utilizes a heuristic-based algorithm (A*) to compute paths efficiently.

  • REST API Provides a single GET /path endpoint for requesting routes.

  • Data Validation Ensures the dataset is a Directed Acyclic Graph (DAG) and fully connected.

  • JSON/XML Response Results are returned in JSON by default, or XML if specified by query parameter or header.

  • 1-Second Response Goal Designed to answer within one second on a standard development laptop.

Last updated