Data Structure

http://moenawar.web.id/wp-content/uploads/2018/03/data-structure.jpgData Structure

Brief Description

data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways

Lab Activities 

Outline

No Topics Link
0 Syllabus SD 00
1 Introduction SD 01
2 Data Type SD 02
3 Array SD 03
4 Sorting Array (Buble & Insert Sort) SD 04
5 Sorting Array (Quick & Exchange Sort) SD 05
6 Pointer SD 06
7 Function SD 07
8 Stack
9 Que
10 Double List
11 Tree
12 Breath First Traversal
13 Depth First Traversal
14 Review Array, struct & List

References