Graph g; ArrayList edges; boolean[] vis; void setup() { size(1000, 1000); frameRate(60); background(255); test(); edges = bfs(0, 6); }