mercredi 24 mai 2017

Testing a sorting function

we have a function which can sort an non-empty integer array in increasing order. e.g. input: -9 4 5 -1 10 output -9 -1 4 5 10 The question is how can we writes test cases to cover all cases. Thanks in advance

Aucun commentaire:

Enregistrer un commentaire