---
title: "What is Huffman’s algorithm?"  
description: "What is Huffman’s algorithm?"  
author: "Anonymous User"  
published: 2019-09-07  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/33577/what-is-huffman-s-algorithm  
category: "c#"  
tags: ["c#", "data structure"]  
reading_time: 1 minute  

---

# What is Huffman’s algorithm?

The **Huffman’s algorithm** is used for creating extended binary trees that have minimum weighted path lengths from the given weights. That makes use of a table that contains the frequency of occurrence for each data element.

## Answers

### Answer by Anonymous User

The **Huffman’s algorithm** is used for creating extended binary trees that have minimum weighted path lengths from the given weights. That makes use of a table that contains the frequency of occurrence for each data element.


---

Original Source: https://www.mindstick.com/interview/33577/what-is-huffman-s-algorithm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
