kgashok / huffman-coding

Python Implementation of Huffman Coding - compression and decompression
1 stars 0 forks source link

documentation and analysis for @total_ordering #9

Open kgashok opened 4 years ago

kgashok commented 4 years ago

https://docs.python.org/3/library/functools.html#functools.total_ordering

kgashok commented 4 years ago

http://bit.ly/totalOrderExample is used to build a wrapper to implement a max heap. Perfect use case.

kgashok commented 4 years ago

Screenshot 2020-01-03 at 18 46 26