Metadata-Version: 1.1
Name: solutions
Version: 0.0.1
Summary: Solutions to common Python interview problems.
Home-page: https://github.com/fly/solutions
Author: Jon Chen
Author-email: bsd@voltaire.sh
License: BSD 3-Clause
Description: binsearch
        =========
        
        .. image:: http://img.shields.io/pypi/v/solutions.svg
            :target: https://pypi.python.org/pypi/solutions
        .. image:: https://travis-ci.org/fly/solutions.svg?branch=master
            :target: https://travis-ci.org/fly/solutions
        .. image:: https://img.shields.io/coveralls/fly/solutions.svg
            :target: https://coveralls.io/r/fly/solutions
        .. image:: http://img.shields.io/pypi/l/solutions.svg
            :target: https://github.com/fly/solutions/blob/master/LICENSE
        
        Solutions to common Python interview problems.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
