Data Structures Lab

Students will be learned the basic concepts of data structure.
Category:
Price:
free
Total Duration:
05:00
Language:
English
Review : 0

Description

Course Outline:

Introduction: data structures, data structure operations, mathematical notations and functions, String Processing: basic terminology, strong strings, character data types, string operations, word processing; Linear Data Structures: arrays, records, pointers, linked lists, stacks, recursions, queues and their applications; Nonlinear Data Structures: trees, graphs and their applications; Sorting, Searching and Hashing. [Prerequisite: CIS 122].


Course Type: Lab


Objectives:

1. To learn the implementation of different linear and non-linear data structure.

2. To implement in real life applications.


Show more
Delete from an array |
Update into an Array |
Insert_Delete_Stack |
Binary Search (Ascending Order) |
Traverse and Insert into a linked list (simple one way) |