https://github.com/divyanshu013/aks-parallel
This is parallel implementation of AKS algorithm in Intel
https://github.com/divyanshu013/aks-parallel
aks-algorithm aks-parallel cpp
Last synced: 4 months ago
JSON representation
This is parallel implementation of AKS algorithm in Intel
- Host: GitHub
- URL: https://github.com/divyanshu013/aks-parallel
- Owner: divyanshu013
- License: other
- Created: 2015-10-28T09:36:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-28T04:28:38.000Z (over 9 years ago)
- Last Synced: 2025-07-04T01:36:33.286Z (6 months ago)
- Topics: aks-algorithm, aks-parallel, cpp
- Language: C++
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aks-parallel
This is the parallel implementation of **AKS ALGORITHM**.
> *Required* NTL and MPIR libraries. The project uses C++11 for compilation
> Files *helper.h* and *helper.cpp* contain the declaration and implementation of various funtions.
> File *main.cpp* contains the test code. Change it as per your needs and don't commit it.
> The makefile can be used to complie the files easily