Metadata-Version: 2.0
Name: py-algorithms
Version: 0.19.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,selectionsort,merge sort,mergesort,bubble sort,bubblesort,quick sort,quick-sort,quicksort,qsort,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,shellsort,comb sort,comb-sort,combsort,coderbyte,hackerrank,coderbyte challenges,hackerrank challenges
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)

Library of Algorithms, Data Structures, variety of solutions to common CS problems. Algorithms and Data Structures implemented using pure awesome Python.


