brave-clojure-web icon indicating copy to clipboard operation
brave-clojure-web copied to clipboard

Update commented output to be the correct output for the function "connect-down-left"

Open jeroenpelgrims opened this issue 7 years ago • 0 comments

The commented output for the function connect-down-left is now

{1 {:connections {4 2}
 4 {:connections {1 2}}}}

but the correct output is

{1 {:connections {4 2}}
 4 {:connections {1 2}}}

jeroenpelgrims avatar Aug 02 '17 21:08 jeroenpelgrims