Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 419 Bytes

Functional Programming: Haskell

Some haskell programs which wrote in the Function Programming course at Uppsala University.

Study Period: 2019-09-02 – 2019-11-03

Index

  • Functions & Inputs
  • Types & Typeclasses
  • Recursion
  • Sum-square Difference
  • Lists
  • Syntax in Functions
  • String Match
  • Quicksort
  • BST (Binary Search Tree)
  • DFS (Dept First Search)
  • Graph
  • Graph Implementation (depends on Graph)