Maratom
For the Better


Home Categories About Archive Search Tags

© 2020. All rights reserved.

Maratom's Study Blog

    OS
  • Difference between Process and Thread

    Contents What is Process? What is Multitasking and Context switching What is Thread? What’s the difference between process and thread? What is Process? A process refers a program that is...

    Process   Thread   07 Jul 2020

  • Data Structure
  • What is Array Stack?

    Contents What is Stack and How it works? Structure of Array Stack Advantage of Array List Disadvantage of Array List Operations for Array Stack Push Pop Peek Implementation What is...

    Array Stack   C   05 Jul 2020

  • Data Structure
  • What is Array Queue?

    Contents What is Queue and How it works? Structure of Array List Advantage of Array List Disadvantage of Array List Operations for Array List enqueue dequeue Peek Implementation What is...

    Array Queue   C   03 Jul 2020

  • Data Structure
  • What is Array List?

    Contents What is Array List? Structure of Array List Advantage of Array List Disadvantage of Array List Operations for Array List Insertion Deletion Get Data Implementation What is Array List?...

    Array List   C   29 Jun 2020

  • Data Structure
  • What is Singly Linked List?

    Contents What is Singly Linked List ? Structure of Singly Linked List Advantage of Linked List Disadvantage of Linked List Operations for Linked List Insertion Deletion Concatenating two Linked List...

    Linked List   C   27 Jun 2020

Previous Page: 4 of 7 Next