Skip to content

Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C

Notifications You must be signed in to change notification settings

TomasSobek/Huffman-compression-algorithm-C

Repository files navigation

Huffman compression algorithm

using C11 standard

  1. Huffman encoding and decoding algorithm with my own implementation of data structures (like priority queue, huffman binary tree).
  2. Peer-to-peer file transfer between sender/receiver over TCP IPv4 sockets.

If you have any question ask me! @TomasSobek

About

Huffman encoding/decoding algorithm including file transfer between receiver/sender over TCP sockets in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published