0% found this document useful (0 votes)
84 views

CSC2102 Data Structures and Algorithm Program BSSE-3 Sec. A Week 2

This document provides an introduction to the topic of data structures and algorithms from a lecture given by Dr. Mahmoud Aljawarneh. It defines data structures as organized groups of data that enable efficient data storage and usage. Examples given are arrays, linked lists, stacks and queues. Data structures are also described as important components of algorithms by allowing programmers to efficiently handle data. Finally, a reference book on data structures is listed for additional resources.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views

CSC2102 Data Structures and Algorithm Program BSSE-3 Sec. A Week 2

This document provides an introduction to the topic of data structures and algorithms from a lecture given by Dr. Mahmoud Aljawarneh. It defines data structures as organized groups of data that enable efficient data storage and usage. Examples given are arrays, linked lists, stacks and queues. Data structures are also described as important components of algorithms by allowing programmers to efficiently handle data. Finally, a reference book on data structures is listed for additional resources.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

CSC2102 Data Structures and Algorithm

Program BSSE-3 Sec. A


WEEK 2
Introduction to Data Structure and Algorithms

Dr. Mahmoud Aljawarneh

Week 2
Introduction

Outline

1 Introduction

Dr.Mahmoud Aljawarneh (Szabist University, HYD) Course: CSC2102 Data Structures and Algorithm Week 2 2/5
Introduction

Introduction

• Data Structure can be defined as the group of data elements which provides an
efficient way of storing and organizing data in the computer so that it can be used
efficiently.
• Some examples of Data Structures are arrays, Linked List, Stack, Queue, etc.
• Data Structures are the main part of many computer science algorithms as they
enable the programmers to handle the data in an efficient way.

Dr.Mahmoud Aljawarneh (Szabist University, HYD) Course: CSC2102 Data Structures and Algorithm Week 2 3/5
Introduction

Resources
From the Referred Book

Book
Seymour Lipschutz, Data Structures, Revised Edition, Schaum’s outline series,
Publisher McGraw Hill Education Private Limited, 2014
ISBN: 1259029964, 9781259029967

Dr.Mahmoud Aljawarneh (Szabist University, HYD) Course: CSC2102 Data Structures and Algorithm Week 2 4/5
Introduction

Dr.Mahmoud Aljawarneh (Szabist University, HYD) Course: CSC2102 Data Structures and Algorithm Week 2 5/5

You might also like