An open API service indexing awesome lists of open source software.

https://github.com/mokeddembillel/community-finder

an Algorithm that works on Community Detection
https://github.com/mokeddembillel/community-finder

community-detection community-detection-algorithms community-finder graphs graphs-algorithms graphs-theory

Last synced: 3 months ago
JSON representation

an Algorithm that works on Community Detection

Awesome Lists containing this project

README

        

# Community-Finder
- I created this algorithm in 2017 when i started programming to solve the community detecion problem,
it's a pretty complicated algorithm that works on multiple steps which most of them are recursive functions
- I made the UI using WinForms and got some of the components form the Bunifu library, so if you want to modify the UI you need a Bunifu Licence,
but it's okay you can get a 30 days free trial
- for the graph visualization you have to install graphViz and add it to environment variables

- Good Luck ^^

![community-finder-png](./community-finder.png)