Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

erlete/search-algorithms-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Algorithms Playground

From-scratch scenario generation for search algorithms testing and experimentation.

Installation

Linux, macOS/UNIX

# 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

Windows

# 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

Copyright

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.

Contributors

Languages