Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 605 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 605 Bytes

Algo-Dump

Implementation of all the popular Algorithms and number theory Algo too.

  • MergeSort
  • ceaserCipher-hillCipher
  • Factorial(log N)
  • EuclidGCD
  • ModularExponentiation
  • fibbonachiMatrixstyle(log N)
  • GCD
  • inversionCount
  • keypadProblem
  • knapSackProblem
  • lcmSum
  • matrixSum
  • sudukoSolver
  • nQueens
  • primeNo
  • sieveOfEratho..
  • subsetReturnPrint
  • permutationReturnPrint
  • thompsonAlgo
  • vegnereCipher
  • subsetToK
  • Etc...