Week1 - Introduction To Data Structures Algorithms
Week1 - Introduction To Data Structures Algorithms
Objectives
Discuss the following topics:
• Java Programming Basics
• Object-Oriented Programming (OOP) in Java
• Definition of data structures
• Definition of Algorithms
Boole
Integer Float Character an Linear Data Non-Linear Data
Structures Structures
Dynamic They expands or shrinks depending upon the program need and
its execution. Also, their associated memory locations changes.
Example: Linked List created using pointers