Skip to content

andreaderuvo/homework_graph_mining

Repository files navigation

Graph Mining Homework

How to execute the homework:

Create your *_konect.jl configuration file to configure your konect.cc network. This file is included in konect.jl.

Example:

douban_konect.jl

Then:

  1. Import the packages:
julia package.jl
  1. Download, Decompress, Transform and extract the Largest Connected Component
julia konect.jl
  1. Launch the homework uncommenting the exercise* function of interest
julia homework.jl

Parallel Graphs Algorithms

In parallel.jl the calculus of betweenness_centrality is 12x faster using multithreads and parallel computation.

Usage:

julia -p 32 -t 8 parallel.jl

Credits

Most of the code in homework.jl is a copy paste of the code written by Pierluigi Crescenzi (repo)

About

Homework of the course "Graph Mining" @gssi by Pierluigi Crescenzi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages