HOME

CS 2511

CS 3810

CS 4600

CS 5610

Web Systems

CS 3810
STUDENT WEBPAGES
CS 3810
ASSIGNMENTS
CS 3810
TEST REVIEW
CS 3810
CLASS NOTES
CS3810 - Data Structures

Dr. A Ebrahimi
ebrahimi@drebrahimi.com , ebrahimi@juno.com, ebrahimia@oldwestbury.edu
Fall 2002
Office Location : K106 (CIS Department)  Phone: (516) 876-3089
Office Hours: 2:20PM to 4:20PM Tuesday/Thursday (other time by appointment)

 

Books Supplement and Text:

C++ Programming Easy Ways

By: Dr. Alireza Ebrahimi

American Press

 

C++, How To Program

By: Dietel and Dietel

Second Edition

Prentice Hall

 

Main Topics:
Data structures dealt with structure of data so that information is easily and efficiently stored and retrived. The algorithm effiency major concern in data structures. The main topics of data structure are as follows:
Static Data Structures Vs. Dynamic Data Structures)
Algorithm Analysis
Order of Notation

Data Structure and Application.
1) Array (Multiple Dimensions)
2) Structure
3) Class (Object Oriented Programming
4) Stack
5) Queue
6) Pointers
1