-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Applied Computational Thinking with Python
By :
In the previous section, we were working with an algorithm designed for use in a funding campaign. The algorithm we looked at was problem-specific.
Now let's try to generalize this problem and understand how we could potentially design a different algorithm. Why would we need that? Think of it as a template. If you run multiple funding campaigns for start-ups, you may want to create a general algorithm that you can then adapt based on the needs of each campaign rather than having to start each campaign over.
You would need to set up some clear parameters and make some decisions. In order to keep this scenario manageable for the book's purposes, we're going to limit our choices a bit:
If there...