mrtkp9993 / functional_programming

Functional Programming Examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Programming Examples

  • Ackermann.hs: the Ackermann function, Wiki.
  • CayleyTableUn.hs: Cayley table of U(n), Cayley Table, Unitary Group.
  • ClosestPair.hs: Closest pair of points problem Wiki.
  • Hamming.hs: Hamming distance between two strings, Wiki.
  • Quicksort.hs: Quicksort algorithm implementation, Wiki.
  • NumberTheory.hs: Number-theoric functions.
  • RockPaperScissors.hs: Rock-Paper-Scissors game.
  • Monte Carlo Pi: Approximate Pi with Monte Carlo Simulation. Compile the file and use it from commandline like ./ApproximationPi 10000.

About

Functional Programming Examples.

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%