
Brief Description
A 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.
Outlines
No | Topics | Link |
---|---|---|
0 | Syllabus | RPS and Intro |
1 | Python Overview | DS 01 |
2 | Data Type | DS 02 |
3 | Array | DS 03a |
4 | Searching and Sorting | DS 04a |
5 | Selection and Insertion | DS 05 |
6 | Function | DS 06 |
7 | Recursive | DS 07 |
8 | Link List and Recursion | DS 08 |
9 | Stacks and Ques | DS 09 |
10 | Doubly Linked List | DS 10 |
11 | Graph | DS 11 |
12 | Tree | DS 12 |
13 | DFS/ BFS | DS 13 |
14 | Review Array, struct & List | |
15 | Referensi | Goodrich |
16 | Lab | Praktikum |