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...