Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 349 Bytes

dshw2

Homework 2 (frequent pattern mining) of Data Structure Practice course

Files:

  • apriori.cpp: a simple implementation of Apriori Algorithm
  • fp-tree.cpp: a simple but rather fast implementation of FP Tree
  • optimized.cpp: a complicated and optimized algorithm of Eclat(Apriori) Algorithm
  • Makefile
  • report.tex, report.pdf: the report