knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

testComplexity

The goal of testComplexity is to test asymptotic complexity for functions

Installation

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

install.packages("testComplexity")

Example

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

library(testComplexity)
## basic example code


tanmaydixit16/testComplexity documentation built on Jan. 21, 2020, 12:18 a.m.