Huffman Tree in Data Structure

Huffman Tree in Data Structure Huffman Tree in Data Structure is used in Huffman Coding. In this tutorial we will learn about Huffman coding tree in data structure. Questions based on Huffman tree are generally asked in different university examination of Data Structure subject and also in GATE and UGC NET exam. Frequently Asked Questions […]

Queue Data Structure

Queue Data Structure Queue Data Structure follow the FIFO principle. In this tutorial we will learn about basic introduction of Queue, different operations on Queue and Array Implementation of Queue is also explained. After the study of this tutorial students can easily answer the following frequently asked questions based on queue. Students also will be […]

Data Structure Imporatnt Questions from Unit 2

Data Structure Imporatnt Questions from Unit 2 Data Structure Important Questions asked from first unit are given in this tutorial. In this tutorial we have discussed the important topics and subtopics data structure first unit as per AKTU Data Structure Subject Syllabus.  Data Structure Second Unit Topics and Subtopics As per AKTU Data Structure Syllabus […]

Data Structure Imporatnt Questions from Unit 1

Data Structure Imporatnt Questions from Unit 1 Data Structure Important Questions asked from first unit are given in this tutorial. In this tutorial we have discussed the important topics and subtopics data structure first unit as per AKTU Data Structure Subject Syllabus.  Data Structure First Unit Topics and Subtopics As per AKTU Data Structure Syllabus […]

Circular Linked List in Data Structure

Circular Linked List in Data Structure using C In this tutorial we will learn about the basic concepts of Circular Linked List in Data Structure using C. Content covered in this tutorial includes the introduction of Circular Linked List, Creating and displaying a Circular Linked List. This tutorial will be useful for the computer science […]

Operations on Data Structure in C

Operations on Data Structure in C There are various operations that can be perform on Data Structure. Some of them are common data structure operations it means they can be perform on both Linear and non Linear Data Structure. Various operations on Data Structure in C are given below – Traversing Insertion Deletion Search Sorting […]

Data Structure GATE Practice Questions

Data Structure GATE Practice Questions are explained in this tutorial. Data Structure is one of the core subject of Computer Science.  Data Structure is an important subject for programming. Computer Science Engineering Student study this subject in third semester. Data structure is also a scoring subject for GATE exam. Problems based on Tree,  Binary Search […]

Circular Queue in Data Structure

Circular Queue in Data Structure Circular queue in data structure is the updated version of normal queue in which the last element is connected to the first element of the queue. Circular Queue is an important  topic of Data Structure. Questions based on Circular queue are sometime asked in GATE examination. Here we are going […]

Application of Queue in Data Structure

 Application of Queue in Data Structure Application of Queue in Data Structure belong to many real world situation. As we know that queue is a First in First Out Data Structure. Here in this tutorial we are going to discuss various applications of queue in data structure. A data structure is a way of storing, […]

Types of Hashing in Data Structure

Types of Hashing in Data Structure We discussed the Hashing in Data Structure in previous data structure tutorial. In this tutorial we will learn about various types of hashing in data structure. Hashing based questions are asked in GATE and UGC NET exam are also explained in this tutorial. After reading this tutorial students will […]

Hashing in Data Structure

Hashing in Data Structure Hashing in data structure is an important concepts. A computer science students must have the the knowledge of hashing concept. Hashing in data structure is also an important topic for GATE(CS/IT) and UGC NET exam. Today here in this tutorial we have explained Hashing, Hash Function and Types of Hash Function […]

Heap Data Structures

What is Heap Data Structures ? Heap Data Structures is a Tree Data Structure in which tree is a Complete Binary Tree. Explanation of Complete Binary Tree with example is explained in next section of this tutorial. Questions based on Heap are generally asked in GATE(CS/IT) and UGC NET exam. Students are also suggested to […]

Data Structure Notes

Data Structure Notes for GATE Exam Data structure notes for GATE(CS/IT) and UGC Net exams are provided here in this post. Data Structure is an important subject of the Computer Science Branch. Data Structure provides a way to organize the data in an efficient manner so that data items can be used effectively when needed. […]

Tree Traversal in Data Structure

Tree Traversal in Data Structure Tree traversal in data structure is an important topic from exam point of view. There are three techniques of traversing a tree in Data Structure. These tree traversing techniques in Data Structure are in order traversing, pre order traversing and post order traversing techniques. Sometime questions based on tree traversal […]

Binary Tree and its Types in Data Structure

Binary Tree and its Types in Data Structure In this tutorial we will learn about Binary Tree and its Types in data structure. Every type of binary tree  has it’s specific characteristics. We can identify the type of tree on the basis of this characteristics. Some time types of binary tree based multiple choice questions […]

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 […]

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 […]

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 […]

Interview Questions from Data Structure Part 1

Data Structure is one of the  important subject for students of Computer Science. Some questions are asked every year from Data Structure in GATE/NET exam. This subject covers the topics like Array, Queue, Stack, Link List, Tree, Graph, Sorting and Searching.   In this post some important questions from Data Structure are as follows: Q1) […]