Metadata-Version: 1.1
Name: greedybfs
Version: 0.1.0
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.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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
