Easy Bubble Sorting Method for any list

I was looking to find some bubble sort method for my project, and i was not satisfied with a solution already post on the community. that’s why I add this topic to help community to sort list in both ascending/descending way using simple method.

I made this method so that it accept random list and sort in required way.

Block 1: :hammer_and_wrench: method to sort list in ascending way

Block 2: simple block to insert random list and generate sorted list

procedures_callreturn

Example:

:hammer_and_wrench: Use sample project here :backhand_index_pointing_down: :backhand_index_pointing_down:

Bubblesort.aia (126.3 KB)

Thanks :folded_hands: :folded_hands:

1 Like

For large lists your app will get unresponsive

Taifun

1 Like

yeah but by it self bubble is not a right approach to sort large length list. but this is what bubble sort means.

Already other peoples have workes on it and shared their guide regarding thus bubble sort without an extension.

Is this more advanced than this one? If it finda any then highlight hiw for your guide is better than other existing one. Anyway you did good work. Have you checked with bug size lists?