huffman-algorithm topic
                        List
                        huffman-algorithm repositories
                    
                Huffman-Coding
                            
                                96
                            
                            
                        
                        Stars
                    
                            
                                10
                            
                            
                        
                        Forks
                    Watchers
                    A C++ compression program based on Huffman's lossless compression algorithm and decoder.
huffman-javascript
                            
                                32
                            
                            
                        
                        Stars
                    
                            
                                3
                            
                            
                        
                        Forks
                    Watchers
                    Huffman encode/decode text
huffman
                            
                                45
                            
                            
                        
                        Stars
                    
                            
                                21
                            
                            
                        
                        Forks
                    Watchers
                    Using huffman coding to compress-decompress real-world files
hXOR-Packer
                            
                                51
                            
                            
                        
                        Stars
                    
                            
                                13
                            
                            
                        
                        Forks
                    Watchers
                    A PE (Portable Executable) packer with Huffman Compression and Xor encryption.
huffman-coding-zipper
                            
                                28
                            
                            
                        
                        Stars
                    
                            
                                18
                            
                            
                        
                        Forks
                    Watchers
                    A "Huffman Coding" algorithm-based application written in C++ to compress/decompress any type of files.
EncodeDecodeStepByStep
                            
                                17
                            
                            
                        
                        Stars
                    
                            
                                1
                            
                            
                        
                        Forks
                    Watchers
                    Encode Decode Step by Step is an open-source educational application designed to simplify bitwise file encodings. It integrates six encoding algorithms: Delta, Unary, Elias-Gamma, Fibonacci, Golomb, a...