Ejemplo n.º 1
0
 void Start()
 {
     SSUtil.SelectSort <float> (data);
 }
Ejemplo n.º 2
0
 void Start()
 {
     SSUtil.BubbleSort <float> (data);
 }