Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clique-Finder

In this project, you have two tasks to implement. Your program should take two input arguments. The first one is the file name of the input graph, and the second is an integer k.

  1. Core decomposition problem: Given the input graph and an integer k, you need to find all vertices that have coreness equal or larger than k.
  2. Maximal clique problem: Given the input graph, you need to output the largest clique you can find.

About

Two tasks to implement, finding the maximum clique and K-core.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages