PSU-CS260

From

(Difference between revisions)
Jump to: navigation, search
m (Created page with '[PSU CS163] The goal of this class is to acquaint students with structures used in C++ for the storage and manipulation of data. The concept of data abstraction and the problem o...')
Line 1: Line 1:
-
[PSU CS163] The goal of this class is to acquaint students with structures used in C++ for the storage and manipulation of data. The concept of data abstraction and the problem of building implementations of abstract data types are emphasized. Both static and dynamic implementations of major structures are presented and the advantages and disadvantages of each are discussed. Structures include lists of several types, stacks, queues, trees, binary trees, B-trees and graphs. Recursion and key transformation (hashing) are examined. Students are encouraged to examine algorithms and to make judgments about the practical and social application of these algorithm concepts to large scale programming projects; the course stresses the importance of quantitative methods in designing software.
+
PSU CS163  
-
Upon the successful completion of this course students will be able to:
+
-
Apply data abstraction in a C++ programming problem.
+
The goal of this class is to acquaint students with structures used in C++ for the storage and manipulation of data. The concept of data abstraction and the problem of building implementations of abstract data types are emphasized. Both static and dynamic implementations of major structures are presented and the advantages and disadvantages of each are discussed. Structures include lists of several types, stacks, queues, trees, binary trees, B-trees and graphs. Recursion and key transformation (hashing) are examined. Students are encouraged to examine algorithms and to make judgments about the practical and social application of these algorithm concepts to large scale programming projects; the course stresses the importance of quantitative methods in designing software.
-
Become proficient at evaluating the benefits and drawbacks of their design in terms of memory and run time efficiency.
+
<br/>
-
Program using classes and linear linked lists, circular linked lists, doubly linked lists, binary search trees, arrays of linear linked lists.
+
Upon the successful completion of this course students will be able to:
-
Select the proper sorting algorithm for a problem.
+
<br/>
-
Design solutions to problems requiring complex data structures (combinations of lists, stacks, queues, hash tables, and trees)
+
*Apply data abstraction in a C++ programming problem.
-
Apply data abstraction.
+
*Become proficient at evaluating the benefits and drawbacks of their design in terms of memory and run time efficiency.
-
Apply both static and dynamic implementations of lists, stacks, queues, hash tables and trees.
+
*Program using classes and linear linked lists, circular linked lists, doubly linked lists, binary search trees, arrays of linear linked lists.
-
Evaluate the performance tradeoffs between binary search, 2-3, 2-3-4, red-black, B-trees, and AVL trees
+
*Select the proper sorting algorithm for a problem.
-
Build and traverse data structures to manage a simple graph.
+
*Design solutions to problems requiring complex data structures (combinations of lists, stacks, queues, hash tables, and trees)
-
Apply recursion and key transformations.
+
*Apply data abstraction.
-
Make judgments about the practical and social application of algorithm concepts as they apply to large scale programming projects.
+
*Apply both static and dynamic implementations of lists, stacks, queues, hash tables and trees.
 +
*Evaluate the performance tradeoffs between binary search, 2-3, 2-3-4, red-black, B-trees, and AVL trees
 +
*Build and traverse data structures to manage a simple graph.
 +
*Apply recursion and key transformations.
 +
*Make judgments about the practical and social application of algorithm concepts as they apply to large scale programming projects.

Revision as of 17:04, 3 November 2011

PSU CS163

The goal of this class is to acquaint students with structures used in C++ for the storage and manipulation of data. The concept of data abstraction and the problem of building implementations of abstract data types are emphasized. Both static and dynamic implementations of major structures are presented and the advantages and disadvantages of each are discussed. Structures include lists of several types, stacks, queues, trees, binary trees, B-trees and graphs. Recursion and key transformation (hashing) are examined. Students are encouraged to examine algorithms and to make judgments about the practical and social application of these algorithm concepts to large scale programming projects; the course stresses the importance of quantitative methods in designing software.
Upon the successful completion of this course students will be able to:

  • Apply data abstraction in a C++ programming problem.
  • Become proficient at evaluating the benefits and drawbacks of their design in terms of memory and run time efficiency.
  • Program using classes and linear linked lists, circular linked lists, doubly linked lists, binary search trees, arrays of linear linked lists.
  • Select the proper sorting algorithm for a problem.
  • Design solutions to problems requiring complex data structures (combinations of lists, stacks, queues, hash tables, and trees)
  • Apply data abstraction.
  • Apply both static and dynamic implementations of lists, stacks, queues, hash tables and trees.
  • Evaluate the performance tradeoffs between binary search, 2-3, 2-3-4, red-black, B-trees, and AVL trees
  • Build and traverse data structures to manage a simple graph.
  • Apply recursion and key transformations.
  • Make judgments about the practical and social application of algorithm concepts as they apply to large scale programming projects.
Personal tools
MediaWiki Appliance - Powered by TurnKey Linux