/Algorithm-Bus

Basic algorithms implemented in Python, Ruby, Java and Haskell

Primary LanguageJava

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