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