#include "test_util.h"
Namespaces | |
namespace | container_test |
Unit tests for the container namespace based on the googletest framework. | |
Functions | |
List * | container_test::listFactory (const Object::Info *type) |
Create one of the known concrete classes ultimately derived from container::List. | |
OrderedList * | container_test::orderedListFactory (const Object::Info *type) |
Create one of the known concrete classes derived from container::OrderedList. | |
SortedList * | container_test::sortedListFactory (const Object::Info *type) |
Create one of the known concrete classes derived from container::SortedList. |
Original file name: test_util.cpp File creator: slinford Created on: April 27, 2009, 5:17 PM
CS-217 Data Structures and Algorithms I Daniel Webster College - Nashua 03/18/2009 - 05/05/2009 Independent Study
Instructor: Robert Schaefer
Description:
Students will be responsible for the specification, design, implementation and practical demonstration of correctness of the abstract data type sets, functions, sequences, stacks, queues, and strings. Special emphasis will be given to searching and sorting algorithms. Other algorithms covered may include compression, encryption, hashing, and sorting, and sampling.
Student:
R. Scott Linford