A parallel variant of a graph algorithm (dijkstra’s algorithm) using OpenMP on a Cray machine (XE6/XK7) and performed the benchmarking for single node up to 32 processing units
-
Updated
Sep 16, 2018 - C
A parallel variant of a graph algorithm (dijkstra’s algorithm) using OpenMP on a Cray machine (XE6/XK7) and performed the benchmarking for single node up to 32 processing units
matlab solution for missionaries_and_cannibals_problem
Information system of graph, actors, allocations of actors on the graph, generates an optimal allocation, evaluates its metrics, finds shortest path for an actor from one vertex to another
Implementazione dell'algoritmo di Dijkstra in Prolog e Common Lisp.
In this project, we will use the algorithm we learned in the Graph Theory course: Dijkstra's Algorithm. The main purpose of the algorithm is to find the shortest path on Graf.
Algorithms used in Computer Science Courses and Projects
DIJKSTRA_OPENMP is a FORTRAN77 program by Sourangshu Ghosh which illustrates the use of the OpenMP application program interface by implementing Dijkstra's minimum graph distance algorithm.
MSDS 432 - Foundations of Data Engineering
This is a very experimental A* pathfinding algorithm implementation to learn the algorithm and make tweaks to it.
All important Data Structures and Algorithms implemented in Python.
path finding algorithm(BFS, Dijkstra, A*) visualization using python-pygame
Maze Solver using graph theory made by C++
a "Pokémon Game" which uses a graph and path finding algorithms to traverse and play the game.
A very simple graph data structure library
This is a path finder web app that finds the shortest path between plasma donor and covid patient.
This project uses dijkstra's algorithm to connect two other users who are interacting to carpool
The algorithms were written as part of the Algorithms and Data Structures class at UMCS.
Add a description, image, and links to the dijkstra-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the dijkstra-algorithm topic, visit your repo's landing page and select "manage topics."