Data Structures

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

Description

Course Outlines:


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: Theory



Course Objectives:


1. To learn different types, classifications and operations of data structure.


2. To learn about different linear (array, stack, queue, linked list) and non-linear (tree, graph) data structure as well as sorting, searching techniques.


3. To implementation in real life applications. 


Show more
Lec 1_Introduction to Data Structure |
Lec_01 |
Lec 3_Searching (Linear Search) |
Lec 4_Searching (Binary Search) |
Lecture_05 (Stack) |
Lecture 06 (Queue) |
Structure and Pointer |
Lecture_Linked List |
Graph (Introduction) |
Graph (MST) |
Lecture-Tree |
Lecture Tree (BST) |
Lecture Tree (My Note) |
Lecture-Sorting |