From-scratch scenario generation for search algorithms testing and experimentation.
# Download:
git clone https://github.com/erlete/search-algorithms
cd search-algorithms
# Virtual environment creation (optional):
python3 -m venv .venv
source ./.venv/bin/activate
# Dependency installation:
python3 -m pip install -r requirements.txt
# Tests execution (optional):
python3 test.py
# Download:
git clone https://github.com/erlete/search-algorithms
cd search-algorithms
# Dependency installation:
python3 -m pip install -r requirements.txt
# Tests execution (optional):
python3 test.py
This work is registered under the GNU AFFERO GENERAL PUBLIC LICENSE v3. You might use it privately or commercially, distribute it and modify it as you will, yet a copyright notice and source disclosure are required. Furthermore, changes must be explicitely stated and they will contain the same license.