Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
171 views
in Technique[技术] by (71.8m points)

c - Inverse Burrows-Wheeler Transform

I'm working on a project in C language and I need to encode and decode a generic file with BWT and MTF. MTF is working fine and even the BWT encoding, but I have some trouble with its decoding. I'm not using a "key", so... anybody knows how to invert the BWT without a "key"? I'm using the word key but I assume that it is better to call it an index that helps me to find the original "string". Thank you for your help and sorry for the dumb question.

question from:https://stackoverflow.com/questions/65540962/inverse-burrows-wheeler-transform

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...