python-ds icon indicating copy to clipboard operation
python-ds copied to clipboard

Added Huffman Coding Problem

Open pratikscfr opened this issue 4 years ago • 1 comments

Description

Added a solution to famous Huffman Coding Problem, which is a greedy algorithm.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • [x] New feature/question

Checklist:

  • [x] My code follows the style guidelines of this project i.e. Pep8
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [ ] I have squashed unnecessary commits

pratikscfr avatar Oct 04 '21 08:10 pratikscfr

Changes added to the code according to format.

pratikscfr avatar Oct 19 '21 06:10 pratikscfr