Skip to content

ArnaudKOPP/fm_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FM-index

This repository contains educational implementations of Burrows-Wheeler Tranformation and Ferragina-Manzini index.

The implementations are fully commented and the main goal is to provide clear implementations of BWT and FM-index.

Speed is considered secondary although there are different implementations with different algorithmic complexity.

  • Burrows M and Wheeler D (1994), "A block sorting lossless data compression algorithm"
  • Ferragina P and Manzini G (2000), "Opportunistic data structures with applications"
  • Ferragina P and Manzini G (2001), "An experimental study of an opportunistic index"
  • Ferragina P and Manzini G (2005), "Indexing compressed text"
  • Ferragina P and Manzini G (2001), "An experimental study of a compressed index"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published