seegongsik
Algorithms Β· how to solve problems
Solving in a set order
Algorithm isn't a hard word. It's a set order for solving a problem. Let's learn, step by step, to set an order, line things up, and find them fast.
3 / 3
01Solving in a set order
An algorithm is a set order for solving a problem. Walk the steps and an answer comes.
02Sorting
Putting jumbled things into order in a line. Compare neighbors and send the bigger one back.
03Finding what you want fast
Picking out what you want. In order, you cut in half each time and find it much faster.