Git Product home page Git Product logo

praktikum-sda's Introduction

بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ

This repository contains the codes of Data Structure & Algorithm Lab tasks and/or exercise.

Each directory consists one person's own code files.

Read this documentation carefully before you get started. 😉

Table of Contents:

Environment Preparation

Note that current needs are just for C++ programming language. As for Java for the next level, this documentation will be updated accordingly.

Debian/Ubuntu GNU+Linux based System

Install the compiler (important):

Package Name Description
g++ GNU C++ Compiler

Install one of your prefered Text Editor or IDE (optional):

Package Name Description
gedit gedit-plugins GNOME text editor + its plugins
geany lightweight and customizable IDE
codeblocks cross-platform Dev-C++ alike IDE
vim vim-gui popular Unix keyboard-driven text editor
emacs fully-featured keyboard-driven text editor
nano simple cli text editor (default)

Other Text Editor/IDE outside Debian/Ubuntu official repository:

Name Description
Sublime Text proprietary freemium text editor
Atom open-source and hackable text editor powered by GitHub
Komodo Edit cross-platform and multilingual text editor & IDE
Brackets text editor powered by Adobe corp.
Visual Studio Code text editor powered by Microsoft corp.

Installation

sudo apt update
sudo apt install <package_name_1> <package_name_2> <package_name_n>

Example: sudo apt install g++ codeblocks

Arch GNU+Linux based System

The packages are the same as on Debian/Ubuntu official repository. Additionally, Atom is available in Arch official repository.

Package Name Description
atom open-source and hackable text editor powered by GitHub

Other Text Editor/IDE:

  • Komodo Edit (AUR)
  • Brackets (AUR)
  • Visual Studio Code (AUR)

Installation

sudo pacman -Sy
sudo pacman -S <package_name_1> <package_name_2> <package_name_n>

Example: sudo pacman -S g++ codeblocks atom

Happy Coding! 😃 👍

الَّذِينَ آمَنُوا وَتَطْمَئِنُّ قُلُوبُهُم بِذِكْرِ اللَّهِ ۗ أَلَا بِذِكْرِ اللَّهِ تَطْمَئِنُّ الْقُلُوبُ

"Those who have believed and whose hearts are assured by the remembrance of Allah . Unquestionably, by the remembrance of Allah hearts are assured." - 13:28

praktikum-sda's People

Contributors

cookie1599 avatar mazharrasyad avatar nafutam avatar naufalqt avatar vraahma avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.