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...
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...
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...
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?...
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...