Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deBruijn序列

De Bruijn's sequence: 2^(2^(n-1) - n): number of ways of arranging 2^n bits in circle so all 2^n consecutive strings of length n are distinct. (摘自OEIS)

这里给出一个搜索De Bruijn序列的程序 程序效率可能并不高(因为写的是递归搜索,很容易就堆栈溢出)

这只是一个玩具 有需要的可以自取

反正我的程序协议都是GPL V3~

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages