{"id":16342807,"url":"https://github.com/kclejeune/huffmancompressor","last_synced_at":"2025-11-05T14:30:31.869Z","repository":{"id":103178461,"uuid":"122584839","full_name":"kclejeune/HuffmanCompressor","owner":"kclejeune","description":"Create files with Huffman Encodings based on input and compression files","archived":false,"fork":false,"pushed_at":"2018-10-17T08:00:44.000Z","size":11209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T13:43:55.193Z","etag":null,"topics":["huffman","huffman-compression-algorithm","huffman-encoder","huffman-tree"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kclejeune.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-23T06:58:00.000Z","updated_at":"2022-12-23T11:33:03.000Z","dependencies_parsed_at":"2024-01-20T16:30:54.998Z","dependency_job_id":null,"html_url":"https://github.com/kclejeune/HuffmanCompressor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kclejeune%2FHuffmanCompressor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kclejeune%2FHuffmanCompressor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kclejeune%2FHuffmanCompressor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kclejeune%2FHuffmanCompressor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kclejeune","download_url":"https://codeload.github.com/kclejeune/HuffmanCompressor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239461628,"owners_count":19642605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["huffman","huffman-compression-algorithm","huffman-encoder","huffman-tree"],"created_at":"2024-10-11T00:05:16.037Z","updated_at":"2025-11-05T14:30:31.815Z","avatar_url":"https://github.com/kclejeune.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HuffmanEncoder\n\nEECS 233 (Data Structures) Project - \nCompress .txt files using Huffman Compression \n\n## Background\n\nHuffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called \"prefix-free codes\", that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol). Huffman coding is such a widespread method for creating prefix codes that the term \"Huffman code\" is widely used as a synonym for \"prefix code\" even when such a code is not produced by Huffman's algorithm.\n\n## Getting Started\n\nClone the repository using `git clone https://github.com/kclejeune/HuffmanCompressor.git`, and then naviage to the repository with `cd HuffmanCompressor`.\n\nIn its present form, the project will create an encoded file based on an input file and encoding file.  You can build all necessary files with:\n\n`javac /src/*.java`\n\nTo run it, use:\n\n`java src/HuffmanCompressor inputFile encodingFile outputFile`\n\nNote: In general, the input file and encoding file will be the same.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkclejeune%2Fhuffmancompressor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkclejeune%2Fhuffmancompressor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkclejeune%2Fhuffmancompressor/lists"}