/algorithms

My algorithms playground

Primary LanguageCMIT LicenseMIT

Algorithms

My algorithms playground. Currently Contains:

  • Fibonacci Number Iterative
  • Fibonacci Number Recursive
  • Guessing Game
  • Factorial calculation
  • Minesweeper Map generator
  • Gauss-Jordan Elimination (to find the inverse of a matrix)
  • Bitmap Image Processing
  • Huffman Coding Algorithms