You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathan Bergey ebbc4804b9 git: ignore compled python files and pycache 2 years ago
src misc: Add Boyer-Moore string search algorithm 5 years ago
test misc: Add Boyer-Moore string search algorithm 5 years ago
.gitignore git: ignore compled python files and pycache 2 years ago
Pipfile misc: Upgrade python version 3 years ago
README.md Readme: Note this is my version 2 years ago
__init__.py misc: Add Boyer-Moore string search algorithm 5 years ago

README.md

Algorithm test

Nathan's version of BM search.

Usage

$ python3 -m pip install pipenv

# Use virtualenv
$ PIPENV_VENV_IN_PROJECT=true pipenv shell

$ pipenv install --dev
  • Unittest
$ pipenv run unittest

References