Re: deBruijn sequences

2000-03-31 Thread Wayne Young
From: Jan de Wit <[EMAIL PROTECTED]> >Pray tell, what *are* base-2 deBruijn sequences? I know what deBruijn >terms are, and have some code for them, but as for sequences... >I think you are going to get a lot of replies like this one ;-) The following three are examples of b

deBruijn sequences

2000-03-29 Thread Wayne Young
Was wondering if there was a simple Haskell function/library for producing "simple" base-2 deBruijn sequences. I have a clean seven line function in NESL, but have no chance in Hades of being able to compile/use NESL with my resources. Haskell-wise, I'm using Hugs98. Thanks, Wayne