Supplementary materials for CREST: Approximate k-Clique Counting in Real-World Networks via Refinement of Star-Based Sample Space
- g++ compiler with C++17 support
cd code; make clean; makeApproximate Stanford dataset for
./CREST --input=../dataset/Stanford.txt --k=12 --epsilon=0.001 --delta=0.01The first line contains the number of vertices
4 5
0 1
0 2
1 2
1 3
2 3