CIS 552: Advanced Programming

Fall 2017

  • Home
  • Schedule
  • Homework
  • Resources
  • Style guide
  • Syllabus

HW 4 - Quickcheck

This homework assignment is composed of two problems.

Make all of your edits in the files Sat.hs and AVL.hs.

Problem - A SAT solver

See Sat.lhs

Problem - AVL trees

See AVL.lhs

> -- obligatory main
> main :: IO ()
> main = do putStrLn "This is HW #4"
>           return ()
Design adapted from Minimalistic Design | Powered by Pandoc and Hakyll