Skip to content

ozkuran/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

An Algorithms repository

I am presenting you from the ancient crypts of old back ups. Algorithms implemented in various time and projects. I will update them and add here time to time.

Currently Implemented Algorithms

Time

Calendar Day

Returns given Julian Day as Calendar Day.

Java

http://github.com/ozkuran/Algorithms/blob/master/java/src/com/ozkuran/algorithms/time/calendarday/

Julian Day

Returns given Calendar Day to Julian Day.

Java

http://github.com/ozkuran/Algorithms/tree/master/java/src/com/ozkuran/algorithms/time/julianday

Math

Approximation - Bisection

Calculates Approximation of a Root of a Polynomial using Bisection Algorithm

Java

http://github.com/ozkuran/Algorithms/tree/master/java/src/com/ozkuran/algorithms/math/approximation/bisection

Approximation - Monte Carlo - Pi

Calculates value of Pi using Monte Carlo Method

Java

http://github.com/ozkuran/Algorithms/tree/master/java/src/com/ozkuran/algorithms/math/approximation/montecarlo/pi

About

Algorithms repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published