/algorithms

Coding algorithms for fun!

Primary LanguageJava

Spring app to showcase basic algorithms.

Note: This is a work in Progress

 Sample Usage:
 https://localhost:8080/arithmetic?firstValue=100&secondValue=5&operator=multiply
 http://localhost:8080/fibonacciseries?resultCount=7
 http://localhost:8080/max?firstValue=100&secondValue=5
 http://localhost:8080/geometricseries?firstValue=3&secondValue=2&resultCount=7



To compile:

   mvn clean
   mvn install

Verification:

   ls -al manifest.yml
   ls -al target/algorithms*.jar

To run locally:
   run.sh