Switch to using linked list.

This commit is contained in:
Nicolás Ortega Froysa 2019-09-24 07:10:12 +02:00
parent d5fb2b06df
commit 63e2eda663
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ Change Log
- v2.0: Linked List
- Code cleanup.
- Replace OpenMP code with OpenMPI.
- Use AVL Tree for prime storage
- Use linked list for prime storage.