作者:
Annexstein, FSDept. of Electr. & Comput. Eng.
Cincinnati Univ. OH USA Abstract Authors References Cited By Keywords Metrics Similar Download Citation Email Print Request Permissions
This paper presents a concise and efficient implementation of a method of producing De Bruijn sequences. The implementation is based on a recursive method due to Lempel [5]. We provide code for a function that for eac...
详细信息
This paper presents a concise and efficient implementation of a method of producing De Bruijn sequences. The implementation is based on a recursive method due to Lempel [5]. We provide code for a function that for each pair of integers n greater than or equal to 2 and 0 less than or equal to x < 2(n-2) returns a unique De Bruijn sequence of order-n. The implementation requires only 0(2(n)) bit operations.
暂无评论