BubbleSort() public method

public BubbleSort ( ) : void
return void
Ejemplo n.º 1
0
 void Sort()
 {
     list.BubbleSort();
 }