Skip to content

Instantly share code, notes, and snippets.

@voddan
Last active June 8, 2016 04:10
Show Gist options
  • Save voddan/bdaddc256c6e92cc55acca8cda93473e to your computer and use it in GitHub Desktop.
Save voddan/bdaddc256c6e92cc55acca8cda93473e to your computer and use it in GitHub Desktop.
class BinaryBits(N: Int) : IntCombinations(N) {
override val state = Array(N, {Ring(2)}).toList()
override fun state() = state.map {it.state()}.reversed()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment