Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 213 Bytes

File metadata and controls

6 lines (4 loc) · 213 Bytes

Algorithms

#Shape_Counting.py This python based code basically finds the connected component in a 2D matrix of 0 and 1. It uses DFS (Depth First Search) algorithm to traverse a particular connected component.