An open API service providing repository metadata for many open source software ecosystems.

Topic: "huffman-coding"

nayuki/Reference-Huffman-coding

Clear implementation of Huffman coding for educational purposes in Java, Python, C++.

Language: Java - Size: 154 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 274 - Forks: 98

guzba/zippy

Pure Nim implementation of deflate, zlib, gzip and zip.

Language: Nim - Size: 90.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 232 - Forks: 27

tcsullivan/consteval-huffman

Compile-time Huffman coding compression using C++20

Language: C++ - Size: 89.8 KB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 171 - Forks: 10

drichardson/huffman

huffman encoder/decoder

Language: C - Size: 80.1 KB - Last synced at: 11 days ago - Pushed at: almost 4 years ago - Stars: 110 - Forks: 39

Haseeb-Qureshi/Algorithms-Study-Group

Study group for algorithms in Ruby, hosted at App Academy

Language: Ruby - Size: 353 KB - Last synced at: 14 days ago - Pushed at: about 9 years ago - Stars: 93 - Forks: 32

e-hengirmen/Huffman-Coding

A C++ compression program based on Huffman's lossless compression algorithm and decoder.

Language: C++ - Size: 181 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 81 - Forks: 7

powturbo/Turbo-Range-Coder

TurboRC - Fastest Range Coder + Arithmetic Coding / Fastest Asymmetric Numeral Systems

Language: C - Size: 1.13 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 80 - Forks: 6

MahmudulAlam/A-Complete-Digital-Communication-System

A simulation of a complete digital communication system with different modulation schemes in MATLAB for transmitting and receiving text messages.

Language: MATLAB - Size: 105 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 57 - Forks: 19

rocq-community/fav-ssr

Functional Data Structures and Algorithms in SSReflect [maintainer=@clayrat]

Language: Coq - Size: 351 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 47 - Forks: 7

cynricfu/huffman-coding

A C++ compression and decompression program based on Huffman Coding.

Language: C++ - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 45 - Forks: 33

weissenberger/gpuhd

Massively Parallel Huffman Decoding on GPUs

Language: C++ - Size: 23.4 KB - Last synced at: 8 months ago - Pushed at: about 6 years ago - Stars: 40 - Forks: 14

pravahanj/Data_Structure-and-Algorithm-CodingNinjas.com

Problems and their solutions in C++.

Language: C++ - Size: 425 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 36 - Forks: 30

kelreel/huffman-javascript

Huffman encode/decode text

Language: TypeScript - Size: 1.99 MB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 31 - Forks: 3

icza/huffman

Huffman coding implementation in Go (Huffman tree, Symbol table, Huffman Reader + Writer).

Language: Go - Size: 90.8 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 31 - Forks: 4

MNoorFawi/lzhw

Compression suite for data frames and tabular data files, csv, excel etc. Using LZHW algorithm.

Language: Python - Size: 6.94 MB - Last synced at: 11 days ago - Pushed at: 8 months ago - Stars: 30 - Forks: 3

niklasf/rust-huffman-compress

A Rust library for Huffman compression given a propability distribution over arbitrary symbols

Language: Rust - Size: 48.8 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 26 - Forks: 9

bwesterb/go-ncrlite

Compress sets of integers efficiently

Language: Go - Size: 64.5 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 20 - Forks: 0

tomershay100/mp3-steganography-lib

mp3 steganography library

Language: Python - Size: 1.54 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 19 - Forks: 1

Elzawawy/huffman-coding-zipper

A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.

Language: C++ - Size: 6.2 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 19 - Forks: 14

ammarlodhi255/file-compression-system

File Compression Using Huffman Coding Built in Java.

Language: Java - Size: 1.46 MB - Last synced at: 22 days ago - Pushed at: 8 months ago - Stars: 18 - Forks: 7

prashant-kikani/image-optimizer

Optimize any image by chroma subsampling and optimized huffman coding in Python.

Language: Python - Size: 6.71 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 18 - Forks: 1

harpoonix/Gr-affable

Repository for Hello FOSS 2022, a month long institute-wide Open Source Contributive Event along the lines of Hacktoberfest. The "Hello World" of open source contributions!

Language: C++ - Size: 12.9 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 17 - Forks: 103

KhaledMohamedP/huffman

Representation of the Huffman Coding in JS, CSS, & HTML

Language: JavaScript - Size: 277 KB - Last synced at: 2 days ago - Pushed at: over 9 years ago - Stars: 17 - Forks: 6

FLHonker/HuffmanCompress

Huffman树,Huffman编码,压缩bmp图像。

Language: C++ - Size: 1.21 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 0

sudhamshu091/Huffman-Encoding-Decoding-For-Image-Compression

Huffman Encoding and Decoding for Image Compression using Python

Language: Python - Size: 2.36 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 15 - Forks: 7

rocq-community/huffman

Correctness proof of the Huffman coding algorithm in Coq [maintainer=@palmskog]

Language: Coq - Size: 1.11 MB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 4

Its-Aman-Yadav/Data-Structures-and-Algos-Coding-Ninjas

This repo contains all the code and assignment which were given in Coding Ninjas Data Structure and Algorithm

Language: C++ - Size: 3.04 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 0

AshishYUO/huffman-compression

Huffman Compression Algorithm using C++

Language: C++ - Size: 50.8 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 13 - Forks: 6

Wittline/wbz

A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like Burrows–Wheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.

Language: Python - Size: 578 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 3

snovvcrash/libcoders 📦

File compression library | Shennon | Fano | Huffman | Bigram Huffman | Adaptive Huffman | Arithmetic coding

Language: C++ - Size: 36.1 KB - Last synced at: 7 days ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 6

kodejuice/arithmetic-compressor

Arithmetic coding algorithm in python along with statistical data compression models like ppm, context mixing, etc.

Language: Python - Size: 460 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 4

sopynq/huffman-encoding-core

Huffman encoding core (Vivado HLS Project)

Language: Tcl - Size: 588 KB - Last synced at: 2 days ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 5

kishore-ganesh/HuffmanCompressor

A program that can losslessly compress and decompress files using Huffman Encoding

Language: C++ - Size: 986 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 3

JoshuaEbenezer/huffman_encoding

Huffman encoding of Bitmap images

Language: Python - Size: 578 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 12

sondosaabed/Huffman-Interface 📦

Huffman code interface. Java | JavaFX

Language: Java - Size: 39.1 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

sondosaabed/Huffman-encoding

Java project that implemnts Huffman encoding algorithm

Language: Java - Size: 54.7 KB - Last synced at: 22 days ago - Pushed at: about 2 years ago - Stars: 11 - Forks: 0

niravcodes/huffman_compression

The implementation of the Huffman algorithm as a command line utility.

Language: C - Size: 80.1 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2

ElizaLo/Practice-Python

Coursera Courses and practice in Python

Language: Jupyter Notebook - Size: 82.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 5

tarek99samy/Huffman-Code-Visulizer

A simple visualization for huffman tree, which is used in encoding text.

Language: JavaScript - Size: 137 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 5

MayurDeshmukh10/Text-File-Compression-using-Huffman-Algorithm

It is a text file, script file Compression and Decompression Program which uses Huffman Algorithm for Compression and Decompression

Language: C++ - Size: 5.82 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 8

kgabis/compressor

Implementation of Huffman coding lossless compression in C.

Language: C - Size: 59.6 KB - Last synced at: 8 days ago - Pushed at: about 8 years ago - Stars: 9 - Forks: 0

gkonovalov/algorithms

Algorithms and Data Structures a comprehensive collection of fundamental Algorithms and Data structures organized into various categories to cater to the needs of software engineers and computer science students.

Language: Java - Size: 860 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 2

TashinParvez/Data_Structure_and_Algorithms_2_UIU

All DSA-2 topics are covered in the UIU DSA-2 course, including both lab and theory courses. Check DSA-1 Topics: https://github.com/TashinParvez/DSA_1_UIU

Language: C++ - Size: 401 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 0

mrsarm/compres

Implementación Algoritmo de Huffman, código original de Salvador Pozo Coronado

Language: C - Size: 23.4 KB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 3

bhumijgupta/huffman-compression-library

A light weight C++ library implementation of huffman coding compression algorithm

Language: C++ - Size: 247 KB - Last synced at: 18 days ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 2

MouChiaHung/DataStructures

My DS practices using C++.

Language: C++ - Size: 4.98 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 1

sidneyw/Huffman-Codes

An implementation of Huffman Codes in Node.js

Language: JavaScript - Size: 1.21 MB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 2

azizi-zahra/compress-text-file

BP Project - Using Huffman coding for compressing a text file with C (Winter 2024)

Language: C - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0

Kartik-Katkar/Image-Processing

This GitHub repository serves as a valuable resource for researchers, developers, and enthusiasts working with AUVs, providing a range of image processing algorithms and tools tailored to enhance visual perception and analysis in underwater scenarios.

Language: Python - Size: 11 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 7 - Forks: 0

RaisinTen/HuffCrypt

Huffman encryption based file compressor

Language: C - Size: 24.4 KB - Last synced at: 16 days ago - Pushed at: 11 months ago - Stars: 7 - Forks: 1

seanwu1105/adaptive-huffman-coding 📦

Adaptive Huffman coding algorithm in Python.

Language: Python - Size: 727 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 8

AlexHodo/Huffman-Coding

Huffman coding calculator built using React.js and PHP in the backend

Language: JavaScript - Size: 211 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 2

DigitalBiomarkerDiscoveryPipeline/Data-Compression-Toolbox Fork of aascode/Data-Compression-Toolbox

The Wearables Data Compression Toolbox is designed to share data compression algorithms that have been evaluated on wearables data.

Language: Jupyter Notebook - Size: 252 MB - Last synced at: 8 days ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

fierg/twoDimensionalRLE

A two dimensional RLE (run length encoding) implementation for one dimensional input data, e.g. Strings.

Language: Kotlin - Size: 43.3 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

SubZer0811/huffman

This repo is an implementation of both constant and variable huffman encoding.

Language: C++ - Size: 339 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

shreyansh26/CSO221N-Algorithm-Codes

Codes related to the Algorithms Course at IIT (BHU) Varanasi

Language: C++ - Size: 111 KB - Last synced at: 10 days ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 1

PhoenixDD/Huffman-Encode_Decode

A c++ program to compresses and decompresses files using Huffman algorithm.

Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 4

Clownacy/clownnemesis

Compressor and decompressor for the Nemesis file format.

Language: C - Size: 144 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

seanwu1105/prototype-jpeg 📦

A prototype JPEG compressor (only algorithm without header) in Python.

Language: Python - Size: 1.91 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

dat911zz/Huffman

Mã hóa Huffman (giải thuật tham lam), sử dụng cây nhị phân để tạo bảng mã Huffman, giải quyết vấn đề nén chuỗi. Chống chỉ định cho người yếu tim, người sợ độ cao :))

Language: C++ - Size: 123 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

Wittline/Huffman-decoding

A New Approach for Efficient Sequential Decoding of Static Huffman Codes

Language: HTML - Size: 8.83 MB - Last synced at: 28 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

irakr/Minimal-File-Compression-Tool

This is a very simple file compression tool written in C++.

Language: C++ - Size: 18.6 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

AlexandreAkao/Mr.Compress

Compactador e descompactador de dados.

Language: Java - Size: 126 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 0

AbdallahHemdan/Huffman-Coding-Compression

📦 Huffman Coding Compression Algorithms with Encoding and Decoding using C++

Language: C++ - Size: 4.76 MB - Last synced at: 20 days ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 1

pasqu4le/huffer

A Haskell compressor based on canonical Huffman codes

Language: Haskell - Size: 1.02 MB - Last synced at: 21 days ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 0

arsalanjabbari/Image-Compressor-Huffman

This project addresses image's efficiency storage challenge by introducing a novel, efficient lossless compression method using Huffman coding. This method not only simplifies implementation but also reduces memory consumption, making it well-suited for resource-limited environments and aiming to revolutionize streamlined image data management.

Language: Python - Size: 416 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

matinmonshizadeh/Image-Compression-Huffman-coding-technique

The algorithm design project contains Huffman coding, a lossless algorithm to reduce image file size.

Language: Python - Size: 248 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

talentlessguy/huffman-deno

Super simple implementation of the Huffman algorithm in TyoeScript

Language: TypeScript - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

dadaxian/HuffmanCodec

通过哈夫曼树编解码原理编写解码器,实现文件的压缩与解压缩

Language: C++ - Size: 131 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

imankarimi/huffman-coding

The basic idea in Huffman coding is to assign short codewords to those input blocks with high probabilities and long codewords to those with low probabilities.

Language: HTML - Size: 313 KB - Last synced at: 12 days ago - Pushed at: about 7 years ago - Stars: 5 - Forks: 0

chisasaw/file-modifier

A program to compress and decompress files

Language: Python - Size: 1.88 MB - Last synced at: 12 days ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

onesy-me/huffman-code

Huffman code

Language: TypeScript - Size: 723 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

assaabriiii/Huffman-coding

The Huffman graphical tree is a visualization of the Huffman coding algorithm, which is a popular data compression technique. The Huffman coding algorithm assigns variable-length codes to characters based on their frequencies in a given text or dataset. This allows more frequent characters to have shorter codes

Language: Python - Size: 297 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 2

AlexMontgomerie/huffman-chisel

A Chisel implementation of Huffman coding for a static code table

Language: Scala - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

Qazalbash/Huffman-Coding

🐙 Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding, an algorithm developed by David A. Huffman.

Language: C++ - Size: 11.7 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

arashsm79/canonical-huffpress

Canonical Huffman Coding

Language: C++ - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

harsha-hl/Huffman_Coding

A file compressing web application designed using the concept of Huffman Coding.

Language: HTML - Size: 34.8 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 3

EngineersBox/ChunkyLogs

An efficient chunk based compression for continuous logging with efficient searching and indexing

Language: Rust - Size: 1.37 MB - Last synced at: 29 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

KhaledTofailieh/Image-Editor

Language: Kotlin - Size: 1000 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

makavelj/CLA

Implementation of Compression and Learning Algorithms

Language: Python - Size: 5.33 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

w-henderson/Huffpy

🗜️ Lightweight and efficient Python library for Huffman coding.

Language: Python - Size: 588 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

ap-atul/Huffman-Compression

Huffman encoding and decoding with simple Serial and Parallel implementations for CPU and GPU

Language: Cuda - Size: 493 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

ElizaLo/Data-Compression-Methods

Hamming, Huffman and etc algorithms

Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

setareA/Error-Correction-Coding

Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

NegarMirgati/CodingAndErrorDetection

An implementation of Huffman coding and Convolutional coding using python

Language: Python - Size: 10.7 KB - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

garimachhikara128/ImageHuffmanCoding

Huffman coding applied on images to obtain lossless image compression

Language: Matlab - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 3

marvinjason/HuffmanCoding

Java implementation of Huffman coding

Language: Java - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 1

priyanshsaxena/AlgorithmDesign

Assignments done during CS403, Even Semester 2016-2017, IIT Mandi

Language: C++ - Size: 1010 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

SkyAndCloud/HuffmanTree

Applied huffman tree to encode/decode

Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 2

flsing/CSI2110

Data Structures and Algorithms

Language: Java - Size: 55.1 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

gupta-shantanu/huffman

Python code for Huffman's compression algorithm

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

papanikge/huffman-matlab

a simple Huffman code implementation in MATLAB, plus some benchmarks

Language: Matlab - Size: 38.1 KB - Last synced at: 2 days ago - Pushed at: over 9 years ago - Stars: 4 - Forks: 2

ArtOfBBQ/debigulator

Decode .png & .gz files

Language: C - Size: 13.2 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 3 - Forks: 0

Danitilahun/Coding-Challenges

This repository contains coding challenges and solutions. It is the perfect place to enhance your coding skills.

Language: Python - Size: 6.81 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

fDero/JCompressor

Simple file compressor and decompressor written in Java-21 using my own library bits4j (which is hosted on maven central)

Language: Java - Size: 55.7 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

qfcy/cxx-huffman-simple

A lightweight C++ implementation of Huffman encoding compression. 一个简单的C++霍夫曼编码压缩实现。

Language: C++ - Size: 70.3 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

Gyakobo/Huffman-Coding

This project intends to closer understand how to compress data using Huffman Coding and delve into a couple of programming examples.

Language: Python - Size: 35.2 KB - Last synced at: 14 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

danielathome19/GraphCompression

A new set of lossy and lossless graph compression techniques for external memory representation.

Language: Java - Size: 12.9 MB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

Ebenezer-Shimeles/hareg_archiver

A file archiver with its own file format written using C++ and Flutter.

Language: C++ - Size: 277 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

Holy-Morphism/Smart-Text-Editor

A console based text editor that will suggest words from a Dictionary

Language: C++ - Size: 928 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

Related Topics
huffman-compression-algorithm 209 compression 172 huffman 119 huffman-tree 94 java 75 huffman-algorithm 72 compression-algorithm 67 cpp 64 python 58 data-structures 58 c 52 algorithms 49 huffman-encoder 45 huffman-decoder 40 huffman-compressor 36 decompression 35 data-compression 31 huffman-coding-algorithm 28 python3 25 rust 24 javascript 22 algorithm 21 file-compression 18 tree 17 encoding 17 linked-list 16 text-compression 16 heap 15 priority-queue 15 binary-search-tree 15 image-compression 14 algorithms-and-data-structures 14 huffman-compression 14 binary-tree 13 lossless-compression-algorithm 13 lzw-compression 13 c-plus-plus 12 css 12 dynamic-programming 12 run-length-encoding 11 burrows-wheeler-transform 10 lz77 9 sorting-algorithms 9 matlab 9 arithmetic-coding 9 html 9 information-theory 9 recursion 9 huffman-writer 8 jpeg 8 trees 8 queue 8 decoding 8 cryptography 7 entropy 7 image-processing 7 csharp 7 deflate 7 tree-structure 7 quicksort 7 jpeg-image-compression 7 move-to-front 6 dsa 6 huffman-decoding 6 compression-implementations 6 jpeg-encoder 6 haskell 6 entropy-coding 6 compressor 6 compress 6 rust-lang 6 hamming-code 6 shannon-fano-algorithm 6 minheap 6 kruskal-algorithm 6 lz77-compression-algorithm 6 stack 6 gzip 6 graph 6 php 5 encoder 5 webassembly 5 avl-tree 5 datastructures 5 lzss 5 lempel-ziv-welch 5 merge-sort 5 quick-sort 5 hashing 5 web 5 rle 5 dijkstra 5 hashmap 5 backtracking 5 graphs 5 greedy-algorithms 5 knapsack-problem 5 bst 5 decompressor 5 react 4