data condensing 데이터 압축 Huffmann coding 허프만 코딩 Often used for the Compression of the Text 텍스트의 압축에 주로 사용한다. Uses a Binary Tree where each node contains a single character and the node used to identify each character is its path through the tree. 각 노드가 하나의 문자를 포함하는 이진 트리를 사용하고 각 글자를 확인하기 ..