Exemplo n.º 1
0
 public void ChangeSortAlgorithm(SortAlgorithm sortAlgorithm)
 {
     this.sortAlgorithm = sortAlgorithm;
 }
Exemplo n.º 2
0
 public SortContext()
 {
     this.sortAlgorithm = new QuickSort();
 }