Home
last modified time | relevance | path

Searched defs:swappair_type (Results 1 – 1 of 1) sorted by relevance

/dports/math/sound-of-sorting/sound-of-sorting-5884a35/src/
H A DSortAlgo.cpp1187 struct swappair_type struct
1190 unsigned int i,j;
1193 unsigned int sort_depth, merge_depth;
1195 swappair_type(unsigned int _i, unsigned int _j, in swappair_type() argument
1202 bool operator < (const swappair_type& b) const in operator <()
1294 struct swappair_type struct
1297 unsigned int i,j;
1300 unsigned int sort_depth, merge_depth;
1302 swappair_type(unsigned int _i, unsigned int _j, in swappair_type() argument
1309 bool operator < (const swappair_type& b) const in operator <()