20 likes | 104 Views
CSC 205 – Java Programming II. Lecture 15 Feb 15, 2002. Problem Solving. A solution to a programming problem consists of Algorithms Ways to store data (or data structures) Algorithms and data structures work hand in hand Algorithms deal with adding, deleting, or inquiring data items
E N D
CSC 205 – Java Programming II Lecture 15 Feb 15, 2002
Problem Solving • A solution to a programming problem consists of • Algorithms • Ways to store data (or data structures) • Algorithms and data structures work hand in hand • Algorithms deal with adding, deleting, or inquiring data items • Data structures facilitate efficient and easy access to data items required by algorithms