Haskell to generate the de Bruijn sequence (6,2): d = 0:0:0:0:0:1:zipWith (\ x y -> (x+y) `mod` 2) d (tail d)

0 favourites 0 retweets

View this tweet on twitter.com

This tweet as JSON