README.md

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)


OLGJ/easyalgorithms documentation built on Dec. 18, 2021, 4:41 a.m.