Example #1
0
 public void BubbleSort()
 {
     CollectionAssert.AreEqual(sorter.SortArray(integers, Algorithms.Bubble), sortedIntegers);
 }