Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding Project

This project implements Huffman coding for file compression and decompression. It includes functions to convert wide strings to ASCII strings, calculate character frequencies, create Huffman trees, and encode and compress strings.

Files

  • code.h: Header file containing the Huffman coding functions.
  • decode.h: Header file for Huffman decoding functions (implementation not shown).
  • structs.h: Header file containing the definitions of the structures used.

Functions

ToString

unsigned char *ToString(wchar_t *str);

About

This code allows you to compress and decompress text files, including 4 byte wide characters(unicode)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages