cfgraeme/LanguageConcepts320
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
HW1 is in scheme. HW2 is in prolog. scheme assignments include the differentiation.rkt file, given to us as a collection of definitions to use for the assignment. the other scheme file , scheme.rkt, is the actual assignment, which is commented with explanations of each definition. prolog assignments include fiback.pl — a set of rules for fibonacci and ackermann functions — as well as max_towersofhanoi.pl — sets of rules for finding the max value in a list and a set of rules for finding the sequence of moves for a towers of hanoi problem of a given number of discs.