MetaCombinator

de.christofreichardt.scala.combinations.MetaCombinator
class MetaCombinator(val n: Int)

Produces all combinations from 'n choose 0' up to 'n choose n', that is the total number of the to be produced combinations can be read from the nth line of Pascal's triangle.

Value parameters

n

denotes the number of elements in the basic set

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val n: Int
lazy val solutions: IndexedSeq[LazyList[IndexedSeq[Int]]]