uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/algorithm-timer/README.md

Summary

Maintainability
Test Coverage
# Algorithm Timer Interactive

**Author:** Courtney Bracefield
**Modified by:** Alasdair Smith

This interactive is created to demonstrate the running time for algorithms of different complexity.

## Required files

The interactive loads from a base website template which includes a JavaScript file containing jQuery, Bootstrap, and a few other utilities and polyfills.
See `static/js/website.js` for a full list.
It also uses [`Math.js`](https://mathjs.org/).
Its licence is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory.