You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare to an implementation in a conventional language: https://bl.ocks.org/mbostock/70a28267db0354261476
Note that MJ interpreter automatically performs optimizations. It doesn't forget past matches, so it searches only over a small part of the grid each turn.