zachtyson / COP3530Project3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cooking by the book

About

This project was made for COP3530, Data Structures and Algorithms at UF.

A dataset of around 200,000 recipes are used for this project, sourced from Kaggle, and the purpose of this project is to help users find recipes for cooking. Since there are so many recipes, how can anyone be expected to find what they want given certain specifications? That's where Cooking by the Book comes in handy.

Two different data structures are compared, a Heap and a B+ Tree, to see which is best for holding and retrieving recipes.

To use, unzip the 'reduced.zip' file into wherever your project folder is located.

Authors

Zachary Tyson
Ethan Penry
Abdelito Cabrera

About


Languages

Language:C++ 99.6%Language:CMake 0.4%