You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌱 I’m Cybersecurity Enthuasiast primarily focusing on offesnsive security and would like to expand my knowledge in future with some network security and blue team knowledge.
Python implementation of Huffman coding, a popular technique for lossless data compression. Huffman coding assigns variable-length codes to input characters based on their frequencies, resulting in…