{ "info": { "author": "Md Imrul Hassan", "author_email": "mihassan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nPython Algorithms\n===============================\n\n.. image:: https://badge.fury.io/py/python_algorithms.png\n :target: http://badge.fury.io/py/python_algorithms\n \n.. image:: https://travis-ci.org/mihassan/python_algorithms.png?branch=master\n :target: https://travis-ci.org/mihassan/python_algorithms\n\n.. image:: https://coveralls.io/repos/mihassan/python_algorithms/badge.png?branch=master\n :target: https://coveralls.io/r/mihassan/python_algorithms?branch=master\n\n\nPython Algorithms contains a collection of useful algorithms written in python.\nThe algorithms include (but not limited to) topics such as searching, sorting,\ngraph, and string theory.\n\nThis project is inspired from the textbook Algorithms, 4th Edition by Robert\nSedgewick and Kevin Wayne and associated book-site\nhttp://algs4.cs.princeton.edu/home/. The goal of this book is summarized in the\nfollowing excerpt from the book-site:\n\n Our original goal for this book was to cover the 50 algorithms that every\n programmer should know. We use the word programmer to refer to anyone\n engaged in trying to accomplish something with the help of a computer,\n including scientists, engineers, and applications developers, not to mention\n college students in science, engineering, and computer science.\n\nHowever, the algorithms for this project are not meant to be a ported version of\nthe algorithms found in the book. Efforts should be made to implement those\nalgorithms from the scratch following Pythonic coding style. Some of the\nalgorithms are well known and the reference for those algorithms should appear\nin the documentation. While, some of the algorithms are very specific and\ndifficult implement in a different way while maintaining accuracy and\nefficiency. Such algorithms appear in the scientific literatures and/or books\nand those should be properly referenced as well.\n\nFeatures\n--------\n\n* Mainly for educational purposes, but can be useful in certain practical scenarios as well.\n* Consequently, built-in algorithms are avoided as much as possible and detailed\n implementation is done from the scratch.\n* Preference is given towards a pythonic style rather than sticking to true OOP style.\n* Free software: BSD license.\n* Documentation: http://python_algorithms.rtfd.org.\n\nAlgorithms\n----------\n\nHere is a list of algorithms divided into packages. \n\n.. Note:: Not all of the algorithms have been fully implemented yet.\n\nBasic\n=====\n\nA collection of few basic algorithms that do not fit in other packages. Trivial\nalgorithms and data structures that are built into python are skipped.\n\n* Binary search\n* Knuth shuffle\n* Stack\n* Queue\n* Bag\n* Union find\n\n:Estimated Release: 0.2.0\n\nSearching\n=========\n\nSpecialized searching algorithms and/or corresponding data structures are included in this package.\nAlthough some of the following data structures, such as Hash, are implemented in python, they have been implemented for demonstration purpose.\nUnless, specific needs arise, the built-in data structures should be preferred in production code.\n\n* BST\n* Red black BST\n* Hash\n\n:Estimated Release: 0.3.0\n\nSorting\n=======\n\n* Insertion\n* Selection\n* Merge\n* Quick\n* Quick 3 way\n* Shell\n* Heap\n\n:Estimated Release: 0.4.0\n\nGraph\n=====\n\n* Graph\n* Directed graph\n* BFS\n* BFS paths\n* DFS\n* DFS paths\n* Topological\n\n:Estimated Release: 0.5.0\n\nString\n======\n\n* LSD\n* MSD\n* Quick 3 string\n* TST\n* KMP\n* Rabin karp\n\n:Estimated Release: 0.6.0\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2014-02-14)\n++++++++++++++++++\n\n* First release on PyPI.\n\n0.2.0 (2014-04-15)\n++++++++++++++++++\n\n* Implemented the following data structures and algorithms:\n * Binary search\n * Knuth shuffle\n * Stack\n * Queue\n * Bag\n * Union find", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mihassan/python_algorithms", "keywords": "python_algorithms", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "python_algorithms", "package_url": "https://pypi.org/project/python_algorithms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python_algorithms/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mihassan/python_algorithms" }, "release_url": "https://pypi.org/project/python_algorithms/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Python Algorithms contains a collection of useful algorithms written in python.", "version": "0.2.2" }, "last_serial": 1750228, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "179da5933582476fd3932faae5be848d", "sha256": "0ea6bb0cff3844292e1957bf4551c50eb5646e72d54f8fe335c36df41baebf84" }, "downloads": -1, "filename": "python_algorithms-0.1.0.tar.gz", "has_sig": false, "md5_digest": "179da5933582476fd3932faae5be848d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5315, "upload_time": "2014-03-27T03:27:58", "url": "https://files.pythonhosted.org/packages/d2/da/006898b7478699a4bbb677dee8ca9e6ce2e522cc14729f9754b4c4dafc41/python_algorithms-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8fd231a32069556924a386b103b2b5d0", "sha256": "a1f55a8714469135a58a465bb3a005d39deaa1d720a5c8ba3f21068ba03d0964" }, "downloads": -1, "filename": "python_algorithms-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8fd231a32069556924a386b103b2b5d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5788, "upload_time": "2014-04-14T19:25:31", "url": "https://files.pythonhosted.org/packages/db/2f/715b8c527af53877b3b45e3712a0019955c279375ef6c963ac9e95d1f598/python_algorithms-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "039fb71b2f45ab8a0f2fcb618c0fbaba", "sha256": "ed6bb59133c6b755cba490be66a3e30629a95163e9ad68746dd4396c70701a5d" }, "downloads": -1, "filename": "python_algorithms-0.2.1.tar.gz", "has_sig": false, "md5_digest": "039fb71b2f45ab8a0f2fcb618c0fbaba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11505, "upload_time": "2014-04-14T20:04:30", "url": "https://files.pythonhosted.org/packages/0e/5b/33c08454aff170f05196e21035535f64a8c44ad4923d98cf962d3aecfaf7/python_algorithms-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "cb79c5b473c1d4bd1f4feaf2feb4972e", "sha256": "2c9b6326901ab30c62641f567208559d8afd79b42ba0d4136e679caee31c6de1" }, "downloads": -1, "filename": "python_algorithms-0.2.2.tar.gz", "has_sig": false, "md5_digest": "cb79c5b473c1d4bd1f4feaf2feb4972e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13199, "upload_time": "2015-10-03T14:15:18", "url": "https://files.pythonhosted.org/packages/ab/e3/b3e48fbb212f8487403a45d93cbfb2c8b2dcbcd9094cf4fcb7e7db023781/python_algorithms-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb79c5b473c1d4bd1f4feaf2feb4972e", "sha256": "2c9b6326901ab30c62641f567208559d8afd79b42ba0d4136e679caee31c6de1" }, "downloads": -1, "filename": "python_algorithms-0.2.2.tar.gz", "has_sig": false, "md5_digest": "cb79c5b473c1d4bd1f4feaf2feb4972e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13199, "upload_time": "2015-10-03T14:15:18", "url": "https://files.pythonhosted.org/packages/ab/e3/b3e48fbb212f8487403a45d93cbfb2c8b2dcbcd9094cf4fcb7e7db023781/python_algorithms-0.2.2.tar.gz" } ] }