/sol

Implementation of self-organizing lists in Python.

Primary LanguagePythonMIT LicenseMIT

sol

Implementation of self-organizing linked lists.

CodeFactor Codecov License

Installation

pip install solists

Documentation

Documentation is available online at https://vsevolodbazhan.github.io/sol/ and in the docs directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate and run existing ones using:

make test

License

MIT