Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 320 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 320 Bytes

BC_AD is a record repo for our project at ByteCamp 2021. In this repo, we impletement the advertisement direction algorithm using Boolean Indexing and Bitmap scheme. Then we evaluate our method on the dataset. The results show it works well.

Compile

cd src make

Usage

./src/build/runit

to be continue...