Hello. I have a vector of objects. I can't use arrays for this project. In an old topic, a member asked for sorting algorithms and graham suggested bubble sort HOWEVER the condition was that he use it on an array of size 30 or less. What if I had more items? say 100 or more? I stated in previous topics that i put the rms data in vectors in the form of objects so that i don't give my mobile processor and memory any grief. instead of constantly performing operations on my rms, i just do so on the vector and then the rms when needed (example delete method). So I can't use comparator. I can't implement it. It'd have been easier for me to use comparator but im trying to avoid the grief part. So what's the best algo out there for sorting vectors?
Thanx

Reply With Quote
i put the images in ad fiferent store anda different vector because i was told that storing everything together is really heavy. basically it's not a good idea.


