Created
August 26, 2014 18:51
-
-
Save ctataryn/c341e4a04d75eceaf0aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val matchingNodes = for ( | |
(node1, node2) <- node1List zip node2List | |
) yield compare(node1, node2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment