lcs_test
A tiny Django app that calculates longest common string of the provided set
Install
The only requirement for this app is Django 1.11, (in your venv) run:
pip install Django==1.11
Run
To run the app execute
python manage.py runserver
A tiny Django app that calculates longest common string of the provided set
The only requirement for this app is Django 1.11, (in your venv) run:
pip install Django==1.11
To run the app execute
python manage.py runserver