Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 217 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 217 Bytes

BMEAN

Brute minimal perfect hashing construction

Try:

$make

$./bmean

If this does not work: (which should be the case) Do this: #CC=/usr/bin/g++ CC=g++

Instead of this: CC=/usr/bin/g++ #CC=g++

In the makefile