Metadata-Version: 1.2
Name: greedybfs
Version: 0.1.4
Summary: Implementation of Greedy BFS algorithm
Home-page: https://github.com/chinmayshah99/greedybfs
Author: Chinmay Shah
Author-email: chinmayshah3899@gmail.com
License: MIT license
Description: =========
        GreedyBFS
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/greedybfs.svg
                :target: https://pypi.python.org/pypi/greedybfs
        
        .. image:: https://img.shields.io/travis/chinmayshah99/greedybfs.svg
                :target: https://travis-ci.org/chinmayshah99/greedybfs
        
        
        
        
        Python Package for Implementation of Greedy BFS algorithm
        
        
        * Free software: MIT license
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.4 (2019-08-21)
        ------------------
        
        * Fixed a bug in Graph intialization. 
        
        
        0.1.3 (2019-08-17)
        ------------------
        
        * Added couple of attributes and properties
        
        
        0.1.0 (2019-07-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: greedybfs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
