Hi,
I need to bubble sort a list of integers(unknown size). Unfortunatly I cant use the sort() method. Have tried transfering the contents to an array and sorting that but to no avail.
If Anybody feels like hitting mewith some ideas would be great.
Thanks!

It's hard to offer suggestions without knowing what you've already tried. Post some code using the sort method so that we have an idea of what you're trying to accomplish.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.