Data & Storage Structures: Introductions &
Data & Storage Structures: Introductions &
Overview
Introduction to Data Structures
Introduction to Storage structures
Coverage Overview
Fundamental Building Blocks
Linear Data Structures
Non-Linear Information Structures
Applications
The contents of this course has not changed much in the last
two decades except for inclusion of some new algorithms.
A binary search tree can be ideal for internal data retrievals, but
it's performance is inadequate with disk I/O operations.
The more records we can fit into a block the fewer disk
accesses are required to find a record.
outline
their possible representations in the computer.
We then attempt to give a full implementation of graphs
and
popular graph traversal techniques.
The remaining sessions exemplify and provide
implementations for the algorithms:
The topological sort algorithm.
Algorithms for tests of connectedness and cycles.
The shortest path algorithm.