From 85c3d5aaad5e5f691b28b3a663501a9199ee7217 Mon Sep 17 00:00:00 2001 From: Ashwek Swamy <39827514+ashwek@users.noreply.github.com> Date: Sun, 10 Nov 2019 19:02:54 +0530 Subject: [PATCH] change header files --- Greedy Algorithms/huffman.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Greedy Algorithms/huffman.cpp b/Greedy Algorithms/huffman.cpp index be3ed4880..253d8d0b5 100644 --- a/Greedy Algorithms/huffman.cpp +++ b/Greedy Algorithms/huffman.cpp @@ -1,5 +1,6 @@ // C++ program for Huffman Coding -#include +#include +#include using namespace std; // A Huffman tree node