dsalglib  1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
Namespaces | Functions
alginc.h File Reference

Go to the source code of this file.

Namespaces

 dsa
 

Functions

template<typename T >
void dsa::swapit (T &x, T &y)
 
template<typename T >
dsa::maxof (T x, T y)
 
template<typename T >
dsa::minof (T x, T y)