• Stars
    star
    1
  • Language
    Java
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The goal of this project is to implement a graph-related algorithm. This algorithm was introduced in 2004 and detects social structures in a graph. By performing experiments on the implementation of this algorithm, you must calculate the amount of memory consumed and runtime for graphs of different sizes. Also, you need to calculate the impact of different sorting algorithms on time and memory consumption.