Metadata-Version: 2.0
Name: py-algorithms
Version: 0.13.0
Summary: Algorithms and Data Structures
Home-page: https://github.com/rlishtaba/py-algorithms
Author: Roman Lishtaba
Author-email: roman@lishtaba.com
License: GPL v3
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
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 Python


