Skip to content

lewisemm/algos

Repository files navigation

Algos

A Python3 playground that contains various implementations of your favourite data structures and algorithms.

Naive implementations will be improved as epiphanies occur.

Configuration

Before the code can be run, add the path (that leads to the root of this repo) to the PYTHONPATH environment variable.

export PYTHONPATH=$PYTHONPATH:/<directory path>/algos/

Tests

Run the tests with the following command.

Set the PYTHONPATH environment variable as described above.

python3 -m unittest discover