Installing GNU/Linux on Macbook!

Introduction

This article is about setting up GNU/Linux based operating system like Ubuntu, Kali Linux, ParrotSec OS, etc in your Macbook along with your mac’s macOS. If you are GNU/Linux fan and have no idea about how to setup in your Macbook, this article might be helpful.

Read More

Understanding Abstract Data Types(ADT)

Abstract Data Type(ADT) refers to the basic mathematical concept that defines the data type. So, what is data type? Wikipedia defination for data type is, “A data type or simply type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data.” Two things appears while defining data type, collection of values and a set of operations on those values. Actual hardware or software implementation of the data types are completely dependent to the platform where it is implemented.(Different programming languages have their own data types and their operations)

Read More