Understanding Complexity

A web application to aid in understanding of asymptotic complexity theory.

The navbar will redirect you to the tools to provide asymptotic analysis of a given equation. Just follow the instructions given on the page, and be sure that all input is in python's math format. I hope this proves to be a helpful learning aid!



About this project

Check it out on github

Intelligo is my undergraduate honours project, completed winter 2019. This project was intended to help those in COMP 3804 at Carleton University, in learning the basics of complexity theory.
Developed in chrome.
The web framework behind this application is Django.
The logic layer of this application was written in python3.7
The libraries I used with this are SymPy, Anytree, and graphviz.