Комментарии:
which terminal is it??
ОтветитьIn C++
template<typename T> inline void swap(T* x, T* y) { T z=*x; *x = *y; *y = z; }
or
template<typename T> inline void swap(T& x, T& y) { T z=x; x = y; y = z; }
It's also in the STL. I'm that 'tis annoyingly obvious.
Sir y u don't reply to these tutorials u only replied to first tutorials nd now y u r not using conio.h y???????????
ОтветитьI had a lot of trouble visualizing this logic. Thank you very much for making it clear, sir!
ОтветитьThank you for that great explanation with examples which make me easier to understand.
ОтветитьThank you so much, this is such an understandable and simple explanation. Now i understand :) xoxo
Ответитьthank you it was greatı get ıt
ОтветитьThank u so much 🤗🤗🤗
ОтветитьThe example helped a lot, Thanks!
ОтветитьTake 5 elements and do sort 10,30,20,50,40
ОтветитьAWESOME
Ответить