Solving problems with a computer
- What enables
a computer to
solve
problems:
- Computer
can store
data
(= information)
- Computer
can process
data
rapidly
|
- What will you
learn in this
course:
- Some
commonly used
data structures to
store
data:
- Dynamic array
- Associative array
- Set
|
- Some
commonly used
algorithms to
process
data:
- The Brute Force Search algorithm
- The Backtracking algorithm
|
|
|