+A Variable Length Code is a type of [Code](/wiki/code) where different source symbols are represented by binary sequences of varying lengths. This strategy enhances [Data Compression](/wiki/data_compression) by assigning shorter codes to more frequent symbols and longer codes to less frequent ones, optimizing overall representation size.
+## See also
+- [Huffman Code](/wiki/huffman_code)
+- [Prefix Code](/wiki/prefix_code)
+- [Coding Theory](/wiki/coding_theory)
... 1 more lines