Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandokansaruhan/master-theory-math

This is a simple App about Complexity Theory in computer science by enlightening of @Nayuki.
https://github.com/sandokansaruhan/master-theory-math

calculator calculator-application complexity complexity-theory javascript math mathematics theorem

Last synced: 4 days ago
JSON representation

This is a simple App about Complexity Theory in computer science by enlightening of @Nayuki.

Awesome Lists containing this project

README

        

# Master Theorem Sample (JavaScript)
This is a simple App about Complexity Theory in computer science by enlightening of Nayuki.

## The Problem

By solving a recurrence relation , it seems we can analyze the asymptotic run time of a recursive algorithm in the study of complexity theory in computer science Master Theorem (a.k.a. Master method).

## The Application

This JavaScript app, automatically solves your given recurrence relation by applying the versatile. But it only supports polynomial or polylogarithmic functions