djtanner / thuemorse

The Thue–Morse sequence is an infinite sequence of 0s and 1s that is constructed by starting with 0 and successively appending the bitwise negation (interchange 0s and 1s) of the existing sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The Thue–Morse sequence is an infinite sequence of 0s and 1s that is constructed by starting with 0 and successively appending the bitwise negation (interchange 0s and 1s) of the existing sequence.


Languages

Language:Java 100.0%