Skip to content

lynch-andrew-m/dijkstra-s-shortest-path

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dijkstra-s-shortest-path

This program finds the shortest path between two nodes, when given a list of edges between the nodes

Conda environment

Downloading Conda

Creating environment from env

  • In the miniconda terminal, navigate to the repo and execute conda env create -f environment.yml

Activating the environment

  • In the miniconda terminal, execute conda activate dijkstra

Building

With the conda environment active, execute:

  • meson setup build
  • cd build
  • meson compile The executable will be placed in build/src/dijkstra.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Meson 3.8%