Skip to content

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

Notifications You must be signed in to change notification settings

MelodiaDev/dshw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages