Engaged Employer
Write a function that returns the number of contiguous bits in an adjacency matrix,
Anonymous
Use Depth First Search on a starting point of the matrix to find same values, and increment by one where those values are found (and mark elements as visited).
Check out your Company Bowl for anonymous work chats.