Hi, there is something I want to solve. Here is the problem:
I have an array : alpha[26,26]
I appointed random number(between 0 and 25) to each member of this array but I don't like this situation:
I tell with an example
alpha[0,0]=23,
alpha[0,1]=11,
alpha[0,2]=08, <----
...
alpha[2,2]=08, <----
...
alpha[2,24]=12, <----
...
alpha[3,24]=12, <----
...
I mean, for all second members of array shouldn't have same value. So if we could solve this we would have and array whose second member hasn't same value and all member will contain different value.