Skip to content

R package with algorithms for calculating euclidean and dijkstra

Notifications You must be signed in to change notification settings

OLGJ/easyalgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyalgorithms

Build Status

The goal of easyalgorithms is to provide the two algorithms euclidean & dijkstra.

Installation

You can install the released version of easyalgorithms from CRAN with:

install.packages("easyalgorithms")

Example

This is a basic example which shows you how to solve a common problem:

library(easyalgorithms)
# Call function euclidean
euclidean(x, y)

# Call function dijkstra
dijkstra(graph, init_node)

About

R package with algorithms for calculating euclidean and dijkstra

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages