dsalglib
1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
|
Go to the source code of this file.
Namespaces | |
dsa | |
Functions | |
template<typename T > | |
void | dsa::swapit (T &x, T &y) |
template<typename T > | |
T | dsa::maxof (T x, T y) |
template<typename T > | |
T | dsa::minof (T x, T y) |