Skip to content

Shivani-kushwaha/BWT-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BWT-Encoder-Decoder

BWT Encoding & Decoding Implementation:

Developed a BWT encoder using standard sorting techniques, achieving O(n^2 lg n) time complexity. Implemented a BWT decoder leveraging the Last-First property, enabling source text retrieval without additional information. Applied iterative character ranking for decoding, bypassing the need for advanced methods like the FM-index.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages