Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 523 Bytes

File metadata and controls

11 lines (9 loc) · 523 Bytes

3D Simulation of Dijkstra's Algorithm

To visualize the Dijkstra's algorithm in a 3D environment, I created a simulation using vpython. The simulation demonstrates the shortest path algorithm in action, showing how the algorithm calculates the shortest path between two points in a 3D space. Participated in Kibo Robot Programming Challenge 2023.

Usage

  1. Clone the repository in your local machine.
  2. Install the depedencies using pip.
    pip install vpython
  3. Run the simulator_v1.py file.