位图排序
摘要:$bitmap=array_fill(0,1,0); $arr =[1,4,3,6,7]; $size = PHP_INT_SIZE * 8; foreach ($arr as $key => $value){ $index = floor($value/$size); $pos = $value%
阅读全文
posted @ 2019-12-24 00:11
posted @ 2019-12-24 00:11
posted @ 2019-12-23 23:50