/lcs_test

A tiny Django app that calculates longest common string of the provided set

Primary LanguagePython

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