Skip to content

Instantly share code, notes, and snippets.

View rossb83's full-sized avatar

Benjamin Ross rossb83

  • Uber
  • New York, NY
  • 22:16 (UTC -04:00)
  • LinkedIn in/benjineer
View GitHub Profile
@rossb83
rossb83 / main.cpp
Last active December 10, 2019 02:21
#include <iostream>
#include <vector>
class IslandCounter
{
private:
// _map contains data to analyze
std::vector<std::vector<bool>> _m;
// countHelper recursively counts connected components