How to video for the bubble sort

Hi,

I was wondering if it is possible to make a how to video about the bubble sort shown in this video ( Codeless Programming - Debugging Codeless Logic) of you guys on youtube.

I tried to replicate it but there is to much i don’t know yet.
It would be a fun little project.

Thanks in advance,

Thomas

1 Like

Hello @Thomas_Vandergraesen

Welcome to our community and thank you for trying out Backendless.

Thank you for contacting us, this is an interesting idea, I created an internal ticket (BKNDLSS-27384) to implement bubble sorting using the UI Builder.

Regards,
Vladimir

Hi Thomas,

Here’s a quick implementation of the bubble sort visualization:
https://www.backendless.us/api/files/ui-builder/containers/support/index.html?page=bubblesort

I will put together a write-up with the implementation details.

Regards,
Mark

Hi Mark,

I’m still trying to do it on my own but so far its not going anywhere. I’m just going to finish your masterclass series on youtube.

Are you planning to post it on the blog? once you’ve written the implementation details?

Regards,
Thomas

Hi Thomas,

Here’s a write up describing the implementation:

Regards,
Mark

Thank you for the detailed explanation Mark. I’ll start with it right away!

Regards,
Thomas

Hi is this example offline? Just tried to click it and didn’t get a response… Thanks!

Hi @William_Lee ,

Yes, this example now offline. Sorry for inconvenience.
I have created internal ticket BKNDLSS-27563 for this issue.

Regards, Andriy

Hi @William_Lee ,

The page has been fixed:
https://www.backendless.us/api/files/ui-builder/containers/support/index.html?page=bubblesort

Regards,
Mark

1 Like

It looks great btw… very cool example.