#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | util |
General utilities. | |
Functions | |
template<typename T > | |
std::string | util::toString (const T &t) |
Converts an object into a new its string representation. |
Original file name: util.h File creator: slinford Created on: March 23, 2009, 7:00 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