dendihandian / algoritma-dan-pemrograman

A college notes of algorithms and data structures in programming course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algoritma & Pemrograman

Usage

  1. Make sure you already have C compiler installed in your machine. Ubuntu by default can compile C code by terminal. If you use Windows, try to install MinGW C Compiler and make its commands executable by adding it to PATH.

  2. Simply in the root directory of this project, by example you can start compile a code like this:

  • gcc 13_pengurutan/01_insertion_sort.c -o main
  1. Then execute the compiled file with:
  • ./main

References:

  • Sukamto, Rosa A. 2010. Modul Pembelajaran Algoritma dan Pemrograman. Bandung: Modula
  • Sukamto, Rosa A. 2010. Modul Pembelajaran Struktur Data. Bandung: Modula

About

A college notes of algorithms and data structures in programming course


Languages

Language:C 100.0%