This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: JgYcK4u2_Q7FKA4mLlzLuIFOY_HatVX4gLwlixrISAE
Cover

Algorithms for Beginners: Bubble Sort in JavaScript

Written by @Swordfish | Published on 2020/5/27

TL;DR
Algorithms for Beginners: Bubble Sort in JavaScript in JavaScript. Algorithm is this fun buzzword that makes something sound really complicated and cool. An “algorithm” literally is just a way of doing something; it’s just a process. There is no one “correct” way to do something, but there are ways that things can be optimized. Here is a resource on how to optimize for time complexity and space complexity. It's BigO² or O(n²) meaning it takes time. For a small snippet this is not really noticeable. However if you are professionally building something that calculation or logic could take minutes, even tens of minutes.

[story continues]


Written by
@Swordfish
JS, React, Redux, Ruby, Rails, SQL, Python

Topics and
tags
algorithms|bubble-sort|javascript|coding|beginners|tutorial|software-development|beginners-guide
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: JgYcK4u2_Q7FKA4mLlzLuIFOY_HatVX4gLwlixrISAE