GOT Rabbit?
Project description: Given a game of thrones database, find out if two people should be "making rabbits".
Groundwork: Found out a database from https://www.freecodecamp.org/news/how-to-learn-prolog-by-watching-game-of-thrones-4852ea960017/.
What I did: Implemented a check method. Added user input. Used a list implementation to replace multiple recursive calls. Added cut functions to improve performance.
What could be done in the future: Add a BST representation of family trees.
https://github.com/TrashPanda94/GOT-Rabbit