Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~230 People Reached
Favorite Tags
Member Avatar for lyn.vita

BWT -> MTF -> RLE -> OUPTUT This was the basic scheme of BWT by Burrows and Wheeler. Sir, please have a look at the example I have taken to solve using this schemeā€¦. STEP 1. X is the input. Im taking input string as ABDACA After applying BWT: (arranging …

0
91
Member Avatar for lyn.vita

Hi all, I'm trying to write the Hufmann code to encode a given file & give me the compression ratio. but when I run this programme, I'm getting segmentation fault. Can you please help me with correcting it ? [CODE] /*************************/ /*************************/ // HUFMANN.C /*************************/ /*************************/ #include<stdio.h> #include<stdlib.h> #include<input.h> #define …

Member Avatar for Adak
0
138