How do I create a pair combinations of vector elements using c++ ,with no repeated elements ,for example :
A(1,2,3,4)
1,2
1,3
1,4
2,1
2,3
2,4
3,1
3,2
3,4
4,1
4,2
4,3
Aucun commentaire:
Enregistrer un commentaire