Pyalgos

Latest version: v0.1.2

Safety actively analyzes 621309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

------

- Added ``merge()`` method for implementing merge sort algorithm.
- ``insertion()/selection()`` can now just return the list when the size of list is less than or equal to 1.

0.1.2

------

- Added support for ``tuple`` of values in both ``insertion()`` and ``selection()`` sorting methods.

0.1.1

------

- Added validation for checking whether all the elements in a given list are strings or not in both ``insertion()`` and ``selection()`` sorting methods.

0.1.0

------

- First release.
- Added ``insertion()`` method for implementing insertion sort algorithm.
- Added ``selection()`` method for implementing selection sort algorithm.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.