doubly linked list deletion from beginning
Data Structure Data Structure Notes

Deletion in Doubly Linked List from Beginning

Deletion in Doubly Linked List from Beginning Deletion in Doubly Linked List is an important operation. In this tutorial we will understand how can we delete a node in doubly linked list.  Questions based on doubly linked list are asked in University examination. Doubly Linked List Deletion can be performed  in following cases. (1) Deletion […]

types of data structure
Data Structure

Types of Data Structure with Example

Types of Data Structure Different types of data structure with example are discussed here in this tutorial. Data Structure is one of the fundamental subject of Computer Science  and Engineering Branch. Interview Questions from Data Structure are generally asked  in every technical interview. In this tutorial we will learn about Data Structure definition, advantages of […]

data structures and algorithms interview questions
Data Structure Data Structure Questions gate practice set

Top 100 Data Structures and Algorithms Interview Questions [ 2021]

Data Structures and Algorithms Interview Questions Data Structure is an important subject for GATE(CS) and UGC NET Exam. Top 100 Data structures and algorithms interview questions are also asked in Technical Interview of most of the software companies. In this post we are going to tell you about some ds algo interview questions and sorting […]

array data structure in c
Data Structure

Array Data Structure in C

Array Data Structure in C Array is a linear Data Structure. A computer science students should have the knowledge of array data structure for developing the project. Array Data Structure is widely used data structure in developing the various real world applications and system software. Questions based on Array are asked in GATE and UGC […]

Data Structure

Stack Data Structure

Stack Data Structure Stack Data Structure plays a very important role because of it’s real world applications. A computer science student should know about stack, various operations of stack and it’s application. Stack is also an important topic for GATE(CS/IT) and UGC NET exam. Questions on Stack are asked in GATE and UGC NET exam […]