void Start() { SSUtil.SelectSort <float> (data); }
void Start() { SSUtil.BubbleSort <float> (data); }