Skip to content

Commit

Permalink
changed from num_nodes to % of removed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
cirusthenter committed Nov 3, 2020
1 parent b3d2f11 commit 538f71d
Show file tree
Hide file tree
Showing 18 changed files with 3,361 additions and 187 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ make:
./min-deg-heu $(addprefix graph/,$(G)) $(W)
g++ src/without_pq.cpp -o without_pq --std=c++17
./without_pq $(addprefix graph/,$(G)) $(W)
python3 src/create_integrated_chart.py $(addprefix output/,$(G))
g++ src/count_degree.cpp -o count_degree --std=c++17
./count_degree $(addprefix graph/,$(G))
python3 src/create_tree-deg.py $(addprefix output/,$(G))

pq:
g++ src/min-deg-heu.cpp -o min-deg-heu --std=c++17
Expand Down
Binary file modified charts/integrated-com-amazon.ungraph.pdf
Binary file not shown.
Binary file modified charts/integrated-com-lj.ungraph.pdf
Binary file not shown.
Binary file added charts/integrated-com-orkut.ungraph.pdf
Binary file not shown.
Binary file modified count_degree
Binary file not shown.
Binary file modified degree/charts/com-lj.ungraph.pdf
Binary file not shown.
Binary file added degree/charts/com-orkut.ungraph.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions degree/com-amazon.ungraph.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
925872
1 25709
2 37326
3 51042
Expand Down
Loading

0 comments on commit 538f71d

Please sign in to comment.