數據結構:位圖法

已移到:http://www.wypblog.com/archives/148 1、定義 位圖法就是bitmap的縮寫。所謂bitmap,就是用每一位來存放某種狀態,適用於大規模數據,但數據狀態又不是不少的狀況。一般是用來判斷某個數據存不存在的。在STL中有一個bitset容器,其實就是位圖法,引用bitset介紹: A bitset is a special container class th
相關文章
相關標籤/搜索