Farhannr28 / Tubes-IF2110-Alstrukdat

Program berbasis Command-line input menyerupai aplikasi BurBir (Twitter/X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tugas Besar IF2110 Algoritma dan Struktur Data

Program simulasi menyerupai Twitter/X berbasis Command-Line Interface

Table of Contents

Informasi Umum

Program simulasi berbasis CLI (command-line interface). Program ini dibuat dalam bahasa C dengan menggunakan struktur data yang sudah dipelajari di mata kuliah ini. Daftar ADT (Abstract Data Type) dapat dilihat pada bagian Daftar ADT. Program dikompilasi menggunakan Makefile dan dapat dikompilasi dan dijalankan pada sistem operasi berbasis UNIX. Jika sistem operasi Anda adalah Windows, gunakan WSL untuk memiliki environment seperti UNIX.

Daftar ADT

  • ADT Sederhana
  • ADT List dengan Struktur Data Array Statik
  • ADT Matriks
  • ADT List dengan Struktur Data Array Dinamik
  • ADT Mesin Karakter dan Mesin Kata
  • ADT Priority Queue
  • ADT Stack
  • ADT List dengan Struktur Data Berkait
  • ADT Tree
  • ADT Graf dengan Representasi Adjacency Matrix

Setup

  1. Clone or download the repository
git clone https://github.com/Farhannr28/Tubes-IF2110-Alstrukdat.git 
  1. Open WSL if you are using windows

  2. Change directory to the location where you clone the code

  3. Run command "make"

  4. If there's no error, there will be a file called "tubes"

  5. Run the file by typing "./tubes"

  6. Enjoy the application!

Contributors

  • 13320028 Muhammad Sulthan Mazaya
  • 13522018 Ibrahim Ihsan Rasyid
  • 13522019 Wilson Yusda
  • 13522027 Muhammad Althariq Fairuz
  • 13522037 Farhan Nafis Rayhan

About

Program berbasis Command-line input menyerupai aplikasi BurBir (Twitter/X)


Languages

Language:C 99.7%Language:Makefile 0.3%