DSA-Assignments

Log | Files | Refs | README

commit bdfb4be423893223653be71a595aa761b73049e7
parent 5ebf28d498f6a93d17faf60acc10036b4f59876c
Author: William Lindholm <a22willi@student.his.se>
Date:   Fri,  1 Dec 2023 15:03:17 +0100

Changed description.

Diffstat:
MProblem3/Problem3.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Problem3/Problem3.cpp b/Problem3/Problem3.cpp @@ -1,4 +1,4 @@ -// Problem 1: Huffman Coding +// Problem 3: Huffman Coding // Description: Implement a Huffman coding algorithm. // Course: IT405G - Datastructures and Algorithms // Authors: William Lindholm, Lili Tran, Victor Adamson