depth first search algorithm
Data Structure Notes

Depth First Search Algorithm

Depth First Search Algorithm for Graph  Depth First search algorithm is another important algorithm for Graph Traversal. Sometimes DFS, DFS-based Problem is asked in the GATE and UGC NET exams. We have explained the Depth First Search Algorithm with examples here in this tutorial. After reading this tutorial, students will be able to solve the problem […]

breadth first search algorithm for graph
Data Structure Notes

Breath First Search Algorithm

Breadth First Search Algorithm The Breadth First Search algorithm is a systematic search algorithm for graph or tree data structures. Breadth-first Search is sometimes also known as breadth-first traversal. Questions based on the Breadth First Search algorithm are generally asked in the GATE(CS) and UGC NET exams every year. GATE and UGC aspirants are suggested to prepare this topic very […]

hashing in data structure
Data Structure Notes

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

data structure notes
Data Structure Notes

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