Skip to content

rslinford/DWC_CS217_Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

DWC CS-217

Object hierarchy of typical data structures in C++

Project Documentation

Full API Reference at rslinford.github.io

Class Hierarchy

alt text

Unit Tested

100% coverage

Polymorphic tests avoid test code duplication. For example, List_test enforces the List contract for all known sub-classes. A List implementation only needs tests any behavior specific to its sub-type.

alt text

About

A C++ exercise. Object hierarchy for standard data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages