Relative Content

Tag Archive for c++xmlvectorbubble-sort

Vector Sorting Using Bubble Sorting Algorithm

I’m new to programming and currently working on an app to assist with managing my home budget. All the data is stored in an XML file. To sort vectors by date, I’ve implemented a bubble sort algorithm. However, I’m encountering issues with incorrect results. Could someone please provide guidance on identifying the mistake?