Hey Everyone ! I have Just Finished a simple #python Script To understand huffman's algorithm In case Anyone Interested In learning Read this Below * Huffman’s algorithm is a way to compress data (make it smaller) by using shorter codes for frequent characters and longer codes for rare ones. And The steps Are : > Count frequency of each character in the data. > Build a tree > Assign binary codes > Encode the data Wanna Check the Code? Here is my github repo : https://lnkd.in/dAi7cqZf Have a Great Day Guys ! Any questions Feel free to ask me. hashtag #Algorithms hashtag #DataStructures hashtag #ComputerScience

To view or add a comment, sign in

Explore content categories