VAR-solutions / Algorithms

A repository of different Algorithms and Data Structures implemented in many programming languages.
https://var-solutions.github.io/Algorithms/
MIT License
763 stars 1.01k forks source link

Create XTotalShapesInMatrix.c++ #1600

Open aayush0331 opened 4 years ago

aayush0331 commented 4 years ago

For HacktoberFest This is to find total number of X shapes in the matrix (based on Flood Fill Algorithm)