Metadata-Version: 2.1
Name: cualgo
Version: 0.1.0
Summary: A Pytnon library containing basic algorithm with GPU-accelerated computing.
Home-page: https://github.com/anderson101866/cualgo
Author: Anderson Meng
Author-email: andersonchi1018@gmail.com
License: MIT
Download-URL: https://github.com/anderson101866/cualgo/archive/refs/tags/v0.1.0.tar.gz
Keywords: python,cuda,gpu,algorithm,numpy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

CuAlgo
=====
A Pytnon library containing basic algorithm with GPU-accelerated computing.

Provide the following facility with CUDA implementation:
  Graph-Related Algorithm
  - Floyd-Warshall

