Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sandokansaruhan/master-theory-math
- Owner: SandokanSaruhan
- Created: 2019-10-30T16:50:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T07:18:58.000Z (about 1 year ago)
- Last Synced: 2023-11-08T10:25:33.131Z (about 1 year ago)
- Topics: calculator, calculator-application, complexity, complexity-theory, javascript, math, mathematics, theorem
- Language: JavaScript
- Homepage: https://en.wikipedia.org/wiki/Master_theorem_(analysis_of_algorithms)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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