jrdevore / Algs-and-DataStructure-Implementations

Personal Studies and Implementation of Core Data Structures in C++
0 stars 0 forks source link

Studies/epi ch8 linkedlists #4

Closed jrdevore closed 7 years ago

jrdevore commented 7 years ago

Chapter 8 Exercises

Problems 8.1, 8.2, 8.3, 8.4, 8.7, 8.10

Changes Made

Added two new Template Classes


Standard Testing

Basic Usage Testing & memory leak testing

Valgrind is showing NO leaks

    valgrind --leak-check=full --show-leak-kinds=all ./ch8_test

Other Testing:

lint check ran without issue