Metadata-Version: 2.0
Name: py-algorithms
Version: 0.16.0
Summary: Library of Algorithms, Data Structures, variety of solutions to common CS problems
Home-page: https://github.com/rlishtaba/py-algorithms
Author: Roman Lishtaba
Author-email: roman@lishtaba.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: algorithm,algorithms,data structure,data structures,data structures python,containers,heaps,heap sort,sorting algorithms,graphs,graph algorithms,hashing,python,selection sort,merge sort,bubble sort,binary search,heap,fibonacci heap,max heap,min heap,priority queue,fibonacci priority queue,max priority queue,min priority queue,dynamic connectivity,union find,quick union,weighted quick union,weighted quick union with path compression,fibonacci heap sort,heapsort,heap sort,shell-sort,shell sort
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: packaging (>=16)
Requires-Dist: PyYAML (<4,>=3)
Requires-Dist: six (<2,>=1)

Algorithms and Data Structures implemented using awesome Python.


