Problem Solving Flashcards
1
Q
What is an algorithm?
A
a process or set of steps to accomplish a certain task
2
Q
How to improve?
A
- Devise plan for solving problems
2. Master common problem solving patterns
3
Q
Understand the problem
A
- Can I restate the problem in my own words?
- What are the inputs that go into the problem?
- What are the outputs that should come from the solution to the problem?
- Can outputs be determined from the inputs? Do I have enough info to solve the problem? (May not be able to answer this until you go about solving the problem. Still think about this though)
- How should I label the important pieces of data that are part of the problem?