Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
/ algoritHm Public archive

An attempt to implement a bunch of algorithms in Haskell, in an attempt to study for both the courses EDAN40 (Functional programming) and EDAF05 (Algorithms, data structures, and complexity) at LTH at the same time...

License

Notifications You must be signed in to change notification settings

mikael-ros/algoritHm

Repository files navigation

algoritHm

An attempt to implement a bunch of algorithms in Haskell, in an attempt to study for both the courses EDAN40 (Functional programming) and EDAF05 (Algorithms, data structures, and complexity) at LTH, at the same time...

Some of this code is also relevant to EDAF95 (Basics of Functional Programming) :)


Algorithms contained within

  • Breadth First Search with backtracking

How to run

Install Stack, and all the Haskell prerequisites, then run stack test in the root directory of this repository to execute the tests. The app directory is untouched, so you can't execute it straight up yet.

You can also use ghci, loading the parts by using :l <file-name>, then running the methods as you desire to.

About

An attempt to implement a bunch of algorithms in Haskell, in an attempt to study for both the courses EDAN40 (Functional programming) and EDAF05 (Algorithms, data structures, and complexity) at LTH at the same time...

Topics

Resources

License

Stars

Watchers

Forks