From c27d224e93bceaf28d9d215424c721dfdb8bee8d Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 5 Nov 2025 20:15:40 +0530 Subject: [PATCH] Renamed huffman code to huffman coding in C++ directory. --- .../C++/{Code-A2 (Huffman).cpp => Code-A2 (Huffman Coding).cpp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Codes/C++/{Code-A2 (Huffman).cpp => Code-A2 (Huffman Coding).cpp} (98%) diff --git a/Codes/C++/Code-A2 (Huffman).cpp b/Codes/C++/Code-A2 (Huffman Coding).cpp similarity index 98% rename from Codes/C++/Code-A2 (Huffman).cpp rename to Codes/C++/Code-A2 (Huffman Coding).cpp index 9b761c7..d24f205 100644 --- a/Codes/C++/Code-A2 (Huffman).cpp +++ b/Codes/C++/Code-A2 (Huffman Coding).cpp @@ -1,4 +1,4 @@ -// Code-A2 (Huffman) +// Code-A2 (Huffman Coding) #include #include