-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
11 lines (11 loc) · 849 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
Package: ShortPath
Type: Package
Title: Finding the shortest path of a graph
Version: 1.0
Date: 2022-01-26
Author: Chaïma Boughanmi
Maintainer: Your Name <[email protected]>
Description: 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.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.8)
LinkingTo: Rcpp