sachin1092 / Algorithm-Bus

Basic algorithms implemented in Python, Ruby, Java and Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm-Bus

Basic algorithms implemented in Python, Ruby, Java and Haskell and benchmarking there performance

Algorithms:

Completed:

  • Factorial Finder

In progress:

  • Fibonacci Sequence { (✗)Ruby (✓)Python (✓)Haskel (✓)Java }
  • Merge sort { (✗)Ruby (✗)Python (✗)Haskel (✗)Java }

TO DO:

  • Prime Factorization
  • Next Prime Number
  • Bubble sort
  • Quick sort
  • Binary Search
  • Sieve of Eratosthenes
  • Dijkstra’s Algorithm
  • Inverted index
  • Ceasar Ciphers
  • A* algorithm
  • Min max algorithm

About

Basic algorithms implemented in Python, Ruby, Java and Haskell


Languages

Language:Java 51.0%Language:Python 20.7%Language:Haskell 17.4%Language:Ruby 9.4%Language:Standard ML 1.5%