Faheemah-p/ShortPath: Finding the shortest path of a graph

ShortPath is an R package that allows determining the shortest path of a graph from a source vertex using two algorithms: Bellman-Ford algorithm and Dijkstra algorithm. In particular, this package makes it possible to determine the shortest path on a graph included in a square [0,0]*[1,1], which has as its starting vertex with coordinates (0,0) and as its arrival vertex with coordinates (1,1). An example of application of these algorithms is seam carving. It is an image resizing algorithm developed by Shai AVIDAN and Ariel SHAMIR, which resizes the image by removing the least energy pixel paths.

Getting started

Package details

AuthorChaïma Boughanmi, Faheemah Padavia, Pascale Zouein
MaintainerYour Name <your@email.com>
LicenseGPL (>= 2)
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Faheemah-p/ShortPath")
Faheemah-p/ShortPath documentation built on Feb. 3, 2022, 7:20 p.m.