3358 - Data Structures

Data Structures and Other Objects Using C++ - ( Latest Edition )
By Michael Main and Walter Savitch
Publisher : Addison Wesley - 2011
ISBN-13: 0-13-212948-5
ISBN-10: 0-321-19716-X ( 3rd Edition - 2005 ) - Optional
Instructor : Husain Gholoom
Class Time - face-to-face : Section-001           MW 11:00 a.m. - 12:20 p.m.  
  Class Time -  face-to-face : Section-008             TR 11:00 p.m. - 12:20 p.m.  
Office Hours - online Via Zoom :   M W 11:15 am - 12:30 pm     &   2:00 p.m.   -   3:15 p.m.  
Others by appointment : Appointments need not be made during regularly scheduled office hours
COURSE OBJECTIVES :
Upon completion of the course, the student will be familiar with Abstract Data Types, stacks, queues, trees
(binary trees and tree traversals, height-balanced trees ) , hash tables , sorting, searching, Heaps, graphs and more.
The student will also be familiar with analyzing a problem and determining the appropriate data structure for the problem.