All Projects → nayuki → Reference Huffman Coding

nayuki / Reference Huffman Coding

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

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Reference Huffman Coding

Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (-7.78%)
Mutual labels:  library
Ssh2 Python
Bindings for libssh2 C library.
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
React Messenger
Chat UX components built with React, inspired by Facebook Messenger
Stars: ✭ 167 (+0%)
Mutual labels:  library
Uriparser
🔪 Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub
Stars: ✭ 163 (-2.4%)
Mutual labels:  library
Angular Google Maps
Angular 2+ Google Maps Components
Stars: ✭ 1,982 (+1086.83%)
Mutual labels:  library
React Trading Ui
Component library for trading applications 😰📉💸
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
Blurimage
This Android Project help you to make your image blur in fastest way
Stars: ✭ 162 (-2.99%)
Mutual labels:  library
Mailio
mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
Cdt
C++ library for constrained Delaunay triangulation (CDT)
Stars: ✭ 165 (-1.2%)
Mutual labels:  library
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+1104.19%)
Mutual labels:  library
Gifenc
small C GIF encoder
Stars: ✭ 164 (-1.8%)
Mutual labels:  library
Qpid Proton
Mirror of Apache Qpid Proton
Stars: ✭ 164 (-1.8%)
Mutual labels:  library
Parliament Svg
Generate parliament charts as virtual-dom SVG
Stars: ✭ 165 (-1.2%)
Mutual labels:  library
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-1.8%)
Mutual labels:  library
Holster
A place to keep useful golang functions and small libraries
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
Pysnow
Python library for the ServiceNow REST API
Stars: ✭ 162 (-2.99%)
Mutual labels:  library
Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
Twigcs
The missing checkstyle for twig!
Stars: ✭ 166 (-0.6%)
Mutual labels:  library
Foregroundappchecker
Foreground application detection library for android.
Stars: ✭ 167 (+0%)
Mutual labels:  library
Cecil
Cecil is a library to inspect, modify and create .NET programs and libraries.
Stars: ✭ 2,112 (+1164.67%)
Mutual labels:  library

Reference Huffman coding

This project is a clear implementation of Huffman coding, suitable as a reference for educational purposes. It is provided separately in Java, Python, C++, and is open source.

The code can be used for study, and as a solid basis for modification and extension. Consequently, the codebase optimizes for readability and avoids fancy logic, and does not target the best speed/memory/performance.

Home page with detailed description: https://www.nayuki.io/page/reference-huffman-coding

License

Copyright © 2020 Project Nayuki. (MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  • The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].