Skip to content

hkveeranki/Apriori-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apriori algorithm

Instructions

Dependencies

  • g++ for Linux

Compiling and Running the code

  • One step
    • run bash autorun.sh
  • Manually
    • go to the src folder and run g++ main.cpp trie.cpp utilities.cpp -I includes/
    • ./a.out for executing the code

About

Apriori algorithm implementation in cpp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors