M
Muhs
Hi all!!
Im working with mutation testing...
i have a file which consist of data like this
10110011
10110111
01010001
i read the file and store it in an integer array... now i want to use
the integer as seperate bits like the first one as, 1,0,1,1,0,0,1,1.
This is because i wnat to find the hamming distance between the two
integers. Can any one of you tell me how to do it...
Im working with mutation testing...
i have a file which consist of data like this
10110011
10110111
01010001
i read the file and store it in an integer array... now i want to use
the integer as seperate bits like the first one as, 1,0,1,1,0,0,1,1.
This is because i wnat to find the hamming distance between the two
integers. Can any one of you tell me how to do it...