Week 7

I thoroughly tested the program and decided to implement a merge sort to order them and find duplicate patterns instead of a hash table. I realized I had probably made more work for myself, however the hash table would have used more memory while the merge sort had a higher program runtime. This was good practice for my skills in implementing algorithms.


Back