Skip to content

This project contains the algorithms and unit test for many languages that I enter.

Notifications You must be signed in to change notification settings

megatechbuddy/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

This project contains the algorithms and unit test for many languages that I enter.

PrimeNumberAlgorithm

This contains a prime number algorithm that is meant to test the speed of multiple languages.

Languages:

  • C++
  • JAVA
  • Python

Directory Structure

. └── 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.

About

This project contains the algorithms and unit test for many languages that I enter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published