/AlgoChallenge

My Implementation of some algorithms in C#

Primary LanguageC#MIT LicenseMIT

AlgoChallenge Build Status

My Implementation of some algorithms in C#

List of algorithms:

  • Cluster Analysis:
    • K-means
      • Lloyds Algorithm
  • Combinatorial Algorithms:
    • Binomial Coefficient
      • Recursive Way
      • Factorial Way
  • Numerical Algorithms:
    • Factorial
      • Loop Way
    • Exponentiation
      • Binary Exponentiation
    • Numeral Systems Converter
    • Prime Numbers
      • Sieve Of Eratosthenes
    • Perfect Number Test