Skip to content

Haskell module containing a portfolio of code I've written

License

Notifications You must be signed in to change notification settings

mikepierce/Useful-Haskell-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Useful Haskell Module

This is a Haskell module useful.hs containing a few functions I wrote that were useful while solving Project Euler problems and learning the language. For example,

  • An implementation of quicksort, mergesort, and an iterative mergesort.
  • Some mildly sophisticated functions to lazily return the list of prime numbers. It's at least better than the function on the Haskell homepage. And of course an integer factoring function too.
  • Functions to return an integers as a list of its decimal or binary digits.

I'm hosting this file on GitHub so that anyone who views my repositories can see that I am competent at writing code in Haskell.

About

Haskell module containing a portfolio of code I've written

Topics

Resources

License

Stars

Watchers

Forks