This project implements the Apriori algorithm and analyzes its time complexity.
data/
: Contains datasets used for the analysis.docs/
: Contains documentation related to the project.src/
: Contains the source code for the Apriori algorithm.tests/
: Contains unit tests for the algorithm implementation.utils/
: Contains utility functions for data transformation.