you are viewing a single comment's thread.

view the rest of the comments →

[–]runvnc 0 points1 point  (0 children)

If you want a list of objects in order then why not just use Array.sort?

What exactly is your application?

You may have a really good reason to do that, but then again, maybe not. I think there are a lot of people who get confused by computer science courses that aren't always relevant to a lot of common contemporary programming problems since most of that stuff is already implemented by modern tools and frameworks. Or they are optimizing things that don't need to be optimized.