Skip to content

Data structure is a data organization, management, and storage format that is usually chosen for efficient access to data. This is one of the courses that I contracted in 3rd Semester.

Notifications You must be signed in to change notification settings

anandamyzza/struktur-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Struktur Data

This course provide students to know the structure of data storage in memory so that it is more efficient from a program perspective. This course is a compulsory subject and college students can contract this course in the third semester.

Course Ojectives

The aim of this course is for students to be able to make programs with data structures that are effective in memory usage to produce good programs.

Practicum

This course is accompanied by a practicum which will help increase students' understanding and skills in creating and implementing data structures in a programming language, the practicum will be accompanied by assistants lecturer who have been selected by the course lecturer herself.

Course Material

This lecture will discuss material such as:

  • Single List (Static and Dinamic)
  • Double List (Static and Dinamic)
  • List of List (Static and Dinamic)
  • Stack (Static and Dinamic)
  • Queue (Static and Dinamic)
  • Binary Tree
  • N-ary Tree
  • Graph

Evaluation

The lecture process is carried out with theory and practice where assessment is carried out through quizzes, UTS (Mid Semester Examination), UAS (Final Semester Examination), assignments, and practicum.

Usage Instruction

To compile and run the code on your local machine, follow the following instruction after cloning a spesific folder that contains header.h, main.c, and mesin.c.

  • make sure you already have the mingw64 latest version to compile C language programming.
  • run Command Prompt on your path directory by using command
    cmd
  • in the Command Prompt terminal, compile the program by using command
    gcc *.c -o [name].exe
  • and run the program in the Command Prompt terminal by using command
    [name].exe or [name]

Reference

Rosa, A. S., 2018. Struktur Data Terapan Dalam Berbagai Bahasa Pemrograman: Pascal, C, C++, dan Java. Penerbit Modula.

About

Data structure is a data organization, management, and storage format that is usually chosen for efficient access to data. This is one of the courses that I contracted in 3rd Semester.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages