A Python3 playground that contains various implementations of your favourite data structures and algorithms.
Naive implementations will be improved as epiphanies occur.
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/
Run the tests with the following command.
Set the
PYTHONPATH
environment variable as described above.
python3 -m unittest discover