Skip to content
#

lossless-compression-algorithm

Here are 84 public repositories matching this topic...

This project is a team assignment for the "Multimedia Systems" course, offered in the 6th semester of the 2023 academic year at the University of Piraeus, Department of Informatics.

  • Updated Oct 19, 2024
  • Python

This project is a team assignment for the "Multimedia Systems" course, offered in the 6th semester of the 2023 academic year at the University of Piraeus, Department of Informatics.

  • Updated Aug 15, 2024
  • Python

This repository contains a C implementation of the Huffman coding algorithm, which is an efficient method for lossless data compression. The code constructs a Huffman tree based on the frequency of characters in a given message and generates a unique binary code for each character, minimizing the overall space required to store the message.

  • Updated Jun 9, 2024
  • C

Improve this page

Add a description, image, and links to the lossless-compression-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lossless-compression-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more