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

Huffman Coding

Open salonishah01 opened this issue 5 years ago • 1 comments

Description

Huffman Coding is a greedy algorithm. Issue referneced: #404

Fixes #404

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature/question
  • [ ] This change requires a documentation update
  • [ ] Bookmark link

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
  • [x] I have made corresponding changes to the documentation
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have squashed unnecessary commits

salonishah01 avatar Oct 01 '20 03:10 salonishah01

@prabhupant Review the pull request for Huffman Coding and merge.

salonishah01 avatar Oct 01 '20 03:10 salonishah01