I have two binary sequences x and y (100000 bits long)...I am taking a
bool array to store it.....I have to implement the summation
operation( at most 400000 summation operation)...while the bits patter
in changing in x and y....in my approach before performing a sum I am
taking care of a. to check is sequence A or B is changed b. is the sum
operations are continuous....so i have not to sum up it again bcz in
between there is no change in A and B

But the output is killing....what could be the better approach to
implement the sum operation.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to