maxime970/Algo: Some solutions to the Maximum subarray problem

This package contains some solutions to the Maximum subarray problem implemented in both R and C++. The aim is to compare the speed of interpreted and compiled language. A first naive solution was implemented in both langagues, then compared to more advanced algorithms like Kadane's algorithm. Examples are included with the time needed to compute these algorithms on a given dataset.

Getting started

Package details

AuthorMaxime GRANDVAUX, Guillaume SHI DE MILLEVILLE, Sidiya BABAH
MaintainerMaxime GRANDVAUX <adresse.mail@gmail.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("maxime970/Algo")
maxime970/Algo documentation built on Jan. 26, 2021, 1:31 a.m.