Skip to content

An implementation of our Complexity Plots method, as described in our Eurovis 2013 paper.

Notifications You must be signed in to change notification settings

simonwalton/complexityplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Complexity Plots

This is web-based implementation of the technique found in our Eurovis 2013 paper, Complexity Plots. The paper can be found here (PDF).

A full working demo can be found at the Complexity Plots website.

Building

The web application is backed by a Django 1.6 application which provides the complexity estimation code and handles user submission of algorithm timings.

To install the Python library requirements, run:

pip install -r requirements.txt

Running

Though the client and server can be run independently (and they are in fact run as such our ovii server), you can run them both on your local machine simply with:

python manage.py runserver

Which will run django's built-in HTTP server.

About

An implementation of our Complexity Plots method, as described in our Eurovis 2013 paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published