GitHub / python3-dev / connected_components
This hobby-project is an implementation of an algorithm for finding connected components in a 2D map. The algorithm is based on the Depth-First Search algorithm.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python3-dev%2Fconnected_components
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 4.88 KB
Dependencies parsed at: Pending
Created at: 9 months ago
Updated at: 9 months ago
Pushed at: 9 months ago
Last synced at: 9 months ago
Topics: connected-components, depth-first-search, python