Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Huffman code #16

Draft
wants to merge 14 commits into
base: tools
Choose a base branch
from
Draft

Updated Huffman code #16

wants to merge 14 commits into from

Commits on Apr 20, 2024

  1. Updated Huffman code

    Updated to support 26 piece types.
    dpldgr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1ba9e20 View commit details
    Browse the repository at this point in the history
  2. Fixed off by one error.

    dpldgr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b3fbf71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a821dbd View commit details
    Browse the repository at this point in the history
  4. Update dataSize estimate.

    dpldgr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8003405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8ff7d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    a73604d View commit details
    Browse the repository at this point in the history
  2. Testing GitHub actions.

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6bd4bc1 View commit details
    Browse the repository at this point in the history
  3. Changed huffman code to 6 bits

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    33f0a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f68d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f846997 View commit details
    Browse the repository at this point in the history
  6. Fixed.

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0e1c156 View commit details
    Browse the repository at this point in the history
  7. Try again.

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    21d717c View commit details
    Browse the repository at this point in the history
  8. 3rd attempt.

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    eeeb272 View commit details
    Browse the repository at this point in the history
  9. Updated piece type bits.

    dpldgr committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    88967a3 View commit details
    Browse the repository at this point in the history