README.md

Lab Assignment 3

Build Status codecov

eucdij

This lab task contains a package named eucdij, containing:

Euclidean Distance:

Shortest Path (Dijkstra Algorithm):

wiki_graph:

Installation

eucdij does not depend on any other package and is very easy to use

Install the package using:

install.packages("eucdij")

After installation, load the package using:

library(eucdij)

Help

You can access help for the function using "?" follwed by function name, e.g:

?euclidean()

Note:

This repo is still under development, we hope to add more features to it.

Happy coding :)



obiii/Lab3 documentation built on May 9, 2019, 5:56 a.m.