Amirali Sharifian edited subsection_Comparision_algorithm_For_comparing__.tex  over 8 years ago

Commit id: faf5bf35b028f3041dcb5f317630e5fc32765683

deletions | additions      

       

\begin{equation}  n_{segments} = \lceil \frac{l}{w} \rceil  n_operations = n_XOR + n_OR + n_popcnt + n_gt  n_XOR = n_segments \times (k-1)  n_OR = n_segments \times (k-1)  n_popcnt = n_gt = n_segment  \end{equation}