Metadata-Version: 2.1
Name: BAAlgorithmUtils
Version: 3.4.4
Summary: Algorithm utils for python
Home-page: https://github.com/BenArvin/BAAlgorithmUtils
Author: BenArvin
Author-email: benarvin93@outlook.com
License: UNKNOWN
Description: # BAAlgorithmUtils
        
        [![PyPI version](https://badge.fury.io/py/BAAlgorithmUtils.svg)](https://badge.fury.io/py/BAAlgorithmUtils)
        [![Build Status](https://travis-ci.com/BenArvin/BAAlgorithmUtils.svg)](https://travis-ci.com/github/BenArvin/BAAlgorithmUtils)
        
        Algorithm utils for python
        
        | Algorithm | Code file | Example |
        | :--- | :--- | :--- |
        | Tire tree | `TireTreeUtil.py` | `TireTreeUtilTest.py` |
        | --- | --- | --- |
        | KMP | `KMPUtil.py` | `KMPUtilTest.py` |
        | Boyer-Moore | `BMUtil.py` | `BMUtilTest.py` |
        | Horspool | `HorspoolUtil.py` | `HorspoolUtilTest.py` |
        | Aho-Corasick | `AhoCorasickUtil.py` | `AhoCorasickUtilTest.py` |
        | SBOM | `SBOMUtil.py` | `SBOMUtilTest.py` |
        | --- | --- | --- |
        | Binary Search Tree | `BSTUtil.py` | `BSTUtilTest.py` |
        | Adelson-Velsky and Landis Tree | `AVLTreeUtil.py` | `AVLTreeUtilTest.py` |
        | Red-Black Tree | `RBTreeUtil.py` | `RBTreeUtilTest.py` |
        | --- | --- | --- |
        | Bubble sort | `SortUtil.py` - `bubbleSort` | `SortUtilTest.py` |
        | Selection sort | `SortUtil.py` - `selectionSort` | `SortUtilTest.py` |
        | Quick sort | `SortUtil.py` - `quickSort` | `SortUtilTest.py` |
        | Bucket sort | `SortUtil.py` - `bucketSort` | `SortUtilTest.py` |
        
        Other utils:
        
        - `ClassUtil.py`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
