Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 610 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 610 Bytes

algorithms-scala

Travis

Mathematics

  • Factorial
  • Nth Fibonacci

Progressions

  • Arithmetic Progression
  • Arithmetic Progression Sum
  • Arithmetic Progression Sum Formula
  • Geometric Progression
  • Geometric Progression Sum
  • Geometric Progression Sum Formula
  • Geometric Progression Infinite Sum Formula

Search

  • Linear Search

Sequences

  • Sum
  • Sum By Reduction
  • Maximum
  • Maximum By Reduction
  • Minimum
  • Minimum By Reduction