An open API service indexing awesome lists of open source software.

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

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