C# Class Repeater.Repeater

Mostrar archivo Open project: ajlopez/TddRocks Class Usage Examples

Public Methods

Method Description
AreSolvable ( IList groups ) : bool
Moves ( IList strings ) : int
ToGroups ( string text ) : IList

Private Methods

Method Description
DistanceTo ( IList groups, int count ) : int
MinimalMoves ( IList groups ) : int

Method Details

AreSolvable() public method

public AreSolvable ( IList groups ) : bool
groups IList
return bool

Moves() public method

public Moves ( IList strings ) : int
strings IList
return int

ToGroups() public method

public ToGroups ( string text ) : IList
text string
return IList