Oking
Member
- Joined
- Oct 2, 2021
- Messages
- 10
- Programming Experience
- 1-3
I have a 2d array(5x6 matrix) and have objects in each location. Some objects are empty others have values. I need to scan the array and group the objects with values if they are next to, on top or on bottom of. Could be one big object or many if the objects are scattered. Suggestions?