chz notes
search
archives
tags
Home
»
Tags
bitmap
bitmap排序
我们可以通过bit列表保存信息,例如将集合中的元素映射到bit列表的指定位置,通过该位置的0/1表示元素是否存在。相当于用bit列表模拟ma...