+**Entropy Coding**
+Entropy coding is a form of [Data Compression](/wiki/Data_Compression) that assigns unique, variable-length codes to symbols based on their frequency. It aims to represent data with the fewest possible bits, guided by the principles of [Information Theory](/wiki/Information_Theory), by giving common symbols shorter encodings. This process effectively removes statistical redundancy from the data.
+## See also
+- [Huffman Coding](/wiki/Huffman_Coding)
+- [Arithmetic Coding](/wiki/Arithmetic_Coding)
... 2 more lines