Arc Forumnew | comments | leaders | submitlogin
2 points by zck 1565 days ago | link | parent

My solution using Clojure:

https://gist.github.com/zck/7d563d3ee1b7baf5bf67558aece6c861

As with your Python solution, set operations were nice. `(set/intersection w1positions w2positions)` helped.