I have some questions about vector ;
- How can I append one vector in another end in time efficient way ?
How can I sort one vector over using STL feature if type of it is NODE ? ( for NODE, look below )
ex
struct NODE { char name; .... // other things };