1 min read•june 18, 2024
Minna Chow
Milo Chang
Minna Chow
Milo Chang
We've just looked at two different ways to write the same loop in Python. This brings up an important point: different algorithms can be used to achieve the same goals. This is because algorithms are, at their heart, steps to solve a problem, and there are many different ways to solve the same problem.
Often times, you'll see different algorithms used to solve the same problem, depending on the needs of the programmers and the program.
With all this variability, it's no wonder that new algorithms are constantly being developed.
New algorithms can be created from scratch or by combining and modifying algorithms that already exist. These existing algorithms could be ones you've written yourself or ones others have already created.
Examples of Existing Algorithms:
If you use someone else's work, make sure to cite it properly, as mentioned in Big Ideas 1 and 5!
<< Hide Menu
1 min read•june 18, 2024
Minna Chow
Milo Chang
Minna Chow
Milo Chang
We've just looked at two different ways to write the same loop in Python. This brings up an important point: different algorithms can be used to achieve the same goals. This is because algorithms are, at their heart, steps to solve a problem, and there are many different ways to solve the same problem.
Often times, you'll see different algorithms used to solve the same problem, depending on the needs of the programmers and the program.
With all this variability, it's no wonder that new algorithms are constantly being developed.
New algorithms can be created from scratch or by combining and modifying algorithms that already exist. These existing algorithms could be ones you've written yourself or ones others have already created.
Examples of Existing Algorithms:
If you use someone else's work, make sure to cite it properly, as mentioned in Big Ideas 1 and 5!
© 2024 Fiveable Inc. All rights reserved.