CS160 Assignment 2 Due: Monday, May 8th 11:59pm Prerequisites 1. Forthisproject,we’llneedmoredependenciesfromopam.Do: opam install ocamlgraph ppx_hash odoc before starting this project. 2. IfyouareonMacOS,makesuretoinstallGraphvizifyouhaven’talready.Youcandosowithbrew: brew install graphviz On CSIL, Graphviz is already installed. Important Notes 1. Forthisassignment,youareallowedtouseanyofthestandardlibraryfunctionsfromList.You’llfind List.map , List.concat_map , List.fold_right especially helpful. 2. Someofthefunctionsinthisassignmentuselabeledarguments.Makesuretoreaduponhowlabeled arguments work in OCaml. 3. Wehaveprovidedalotofusefuldatastructuresandhelperfunctionsforthisassignment,andhave documented their expected usage. You …
CS160 A2 OCaml Read More »