This project contains the algorithms and unit test for many languages that I enter.
This contains a prime number algorithm that is meant to test the speed of multiple languages.
Languages:
- C++
- JAVA
- Python
.
└── PrimeNumberAlgorithm # Folder for the Prime Number Algorithm
├── src_cpp # C++ version of the Prime Number Algorithm
├── src_java # Java version of the Prime Number Algorithm
├── src_python # Python version of the Prime Number Algorithm
├── Results for the prime Number Algorithm.pdf # Contains the graphed results comparing the 3 implementations.