Skip to content

My Implementation of some algorithms in C#

License

Notifications You must be signed in to change notification settings

Mapet13/AlgoChallenge

Repository files navigation

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