CodeHarborHub / codeharborhub.github.io

Welcome to CodeHarborHub! Our mission is to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals. Whether you're looking to kickstart your career in web development, master a new programming language, or stay updated on the latest tech trends, we've got you covered.
https://codeharborhub.github.io/
MIT License
80 stars 163 forks source link

[Feature Request]: Implementing Huffman Coding using C++ to DSA folder. #3380

Closed sjain1909 closed 1 month ago

sjain1909 commented 1 month ago

Is there an existing issue for this?

Feature Description

I am requesting the implementation of Huffman Coding using C++ in the Data Structures and Algorithms (DSA) folder. Huffman Coding is a popular algorithm used for lossless data compression. It assigns variable-length codes to input characters, with shorter codes assigned to more frequent characters, resulting in efficient compression.

Use Case

This feature would be beneficial for a developer working on a project that involves compressing text files to save storage space. By implementing Huffman Coding, the developer can significantly reduce the size of the text files, making storage and transmission more efficient.

Benefits

Implementing Huffman Coding in the DSA folder offers several benefits. It serves as an educational tool, helping users understand and learn the implementation of this important data compression algorithm.

Add ScreenShots

No response

Priority

High

Record

github-actions[bot] commented 1 month ago

Hi @sjain1909! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

sjain1909 commented 1 month ago

@Ajay-Dhangar sir, kindly assign me this issue under GSSOC'24.

github-actions[bot] commented 1 month ago

Hello @sjain1909! Your issue #3380 has been closed. Thank you for your contribution!