{"id":20443503,"url":"https://github.com/farhaduneci/huffmancoding","last_synced_at":"2025-03-05T08:19:29.093Z","repository":{"id":110262195,"uuid":"412403575","full_name":"farhaduneci/HuffmanCoding","owner":"farhaduneci","description":"Huffman Coding Compression Algorithm Implementation","archived":false,"fork":false,"pushed_at":"2022-04-23T13:35:37.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T21:01:27.725Z","etag":null,"topics":["algorithm","huffman-coding"],"latest_commit_sha":null,"homepage":"","language":"Python","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/farhaduneci.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":"2021-10-01T09:22:12.000Z","updated_at":"2021-10-27T17:05:15.000Z","dependencies_parsed_at":"2023-03-29T05:02:25.117Z","dependency_job_id":null,"html_url":"https://github.com/farhaduneci/HuffmanCoding","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/farhaduneci%2FHuffmanCoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhaduneci%2FHuffmanCoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhaduneci%2FHuffmanCoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhaduneci%2FHuffmanCoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farhaduneci","download_url":"https://codeload.github.com/farhaduneci/HuffmanCoding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241990139,"owners_count":20053863,"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":["algorithm","huffman-coding"],"created_at":"2024-11-15T09:47:59.757Z","updated_at":"2025-03-05T08:19:29.072Z","avatar_url":"https://github.com/farhaduneci.png","language":"Python","readme":"# Huffman Coding Compression Algorithm\n\nHuffman Coding Algorithm implemented in Python\n\n## Demo\n```bash\npython3 HuffmanCoding.py -d \"Hello World\"\n```\n```bash\n{\n \" \": \"000\",\n \"d\": \"001\",\n \"H\": \"010\",\n \"W\": \"011\",\n \"l\": \"10\",\n \"o\": \"110\",\n \"r\": \"1110\",\n \"e\": \"1111\"\n}\n\nEncoded: 01011111010110000011110111010001\n\nASCII: 77 bit, HUFFMAN: 32 bit.\n\nDecoded: Hello World\n```\n\n## Resources\n- https://en.wikipedia.org/wiki/Huffman_coding\n- https://www.programiz.com/dsa/huffman-coding\n- https://towardsdatascience.com/huffman-encoding-python-implementation-8448c3654328\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhaduneci%2Fhuffmancoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarhaduneci%2Fhuffmancoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhaduneci%2Fhuffmancoding/lists"}