CSSE 490: Logic: Day 30
Topics
Introduction to PROLOG
Materials
Prolog resources
Code developed in class
Homework
Day 31, BC:
Install SWI Prolog
Implement the following relations in PROLOG:
fibonacci(N,R)
reverse(List, ReversedList)
flatten(NestedList, FlatList)