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
- Host: GitHub
- URL: https://github.com/mokeddembillel/community-finder
- Owner: mokeddembillel
- Created: 2019-03-09T21:23:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T13:17:50.000Z (over 4 years ago)
- Last Synced: 2025-01-21T17:13:51.639Z (5 months ago)
- Topics: community-detection, community-detection-algorithms, community-finder, graphs, graphs-algorithms, graphs-theory
- Language: C#
- Homepage:
- Size: 33.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ^^
