public void Q090_Large() { TestHelper.Run(s => SolveQuestion(s), specialAssertAction: AreIntArrayArrayEqual); }
public void Q074_Large() { TestHelper.Run(s => SolveQuestion(s)); }
public string SolveQuestion(string input) { return(TestHelper.Serialize(SubsetsWithDup(input.ToIntArray()))); }
public void Q074_Small() { TestHelper.Run(s => SolveQuestion(s)); }