├── FMtree ├── bwt.cpp ├── bwt.h ├── main.cpp ├── makefile └── saca-k.cpp ├── Original_s ├── bwt.cpp ├── bwt.h ├── main.cpp ├── makefile └── saca-k.cpp ├── Original_v ├── bwt.cpp ├── bwt.h ├── main.cpp ├── makefile └── saca-k.cpp ├── README.md ├── example1.png └── preprocess └── preprocess /FMtree/bwt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/FMtree/bwt.cpp -------------------------------------------------------------------------------- /FMtree/bwt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/FMtree/bwt.h -------------------------------------------------------------------------------- /FMtree/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/FMtree/main.cpp -------------------------------------------------------------------------------- /FMtree/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/FMtree/makefile -------------------------------------------------------------------------------- /FMtree/saca-k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/FMtree/saca-k.cpp -------------------------------------------------------------------------------- /Original_s/bwt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_s/bwt.cpp -------------------------------------------------------------------------------- /Original_s/bwt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_s/bwt.h -------------------------------------------------------------------------------- /Original_s/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_s/main.cpp -------------------------------------------------------------------------------- /Original_s/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_s/makefile -------------------------------------------------------------------------------- /Original_s/saca-k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_s/saca-k.cpp -------------------------------------------------------------------------------- /Original_v/bwt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_v/bwt.cpp -------------------------------------------------------------------------------- /Original_v/bwt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_v/bwt.h -------------------------------------------------------------------------------- /Original_v/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_v/main.cpp -------------------------------------------------------------------------------- /Original_v/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_v/makefile -------------------------------------------------------------------------------- /Original_v/saca-k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/Original_v/saca-k.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/README.md -------------------------------------------------------------------------------- /example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/example1.png -------------------------------------------------------------------------------- /preprocess/preprocess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chhylp123/FMtree/HEAD/preprocess/preprocess --------------------------------------------------------------------------------