Exemple #1
0
 public void Q090_Large()
 {
     TestHelper.Run(s => SolveQuestion(s), specialAssertAction: AreIntArrayArrayEqual);
 }
Exemple #2
0
 public void Q074_Large()
 {
     TestHelper.Run(s => SolveQuestion(s));
 }
Exemple #3
0
 public string SolveQuestion(string input)
 {
     return(TestHelper.Serialize(SubsetsWithDup(input.ToIntArray())));
 }
Exemple #4
0
 public void Q074_Small()
 {
     TestHelper.Run(s => SolveQuestion(s));
 }