make sure your Cosmall.txt and FMIndex.cpp under the same folder.
- g++ FMIndex.cpp -o FMIndex.o
- ./FMIndex.o "query string" ex: ./FMIndex.o ACTG
- python generate.py | tee COsmall.txt
- P1000(50%)、P3000(30%)、P10000(20%)
- If you pass, you will get all the scores of correctness.
- TA will use P10000 to test your performance
If you have any confusion or suggestions, please let us know. Thanks.