Exam Prep Worksheets in Data Structure

Advanced Trees (Avl, Redblack, Btrees)

Advanced tree structures like AVL, Red-Black trees, and B-trees....

View Questions
Applications Of Data Structures

Real-world uses and problem-solving with data structures....

View Questions
Arrays In Data Structures

Structure, usage, and operations on arrays in data structures....

View Questions
Binary Search Trees(B Tree)

Structure and operations of binary search trees and B-trees....

View Questions
Dynamic Programming In Data Structures

Algorithms and techniques for dynamic programming....

View Questions
Graph Algorithms (Dfs, Bfs, Dijkstras, Etc)

Graph traversal and shortest path algorithms like DFS, BFS, Dijkstra....

View Questions
Graphs

Types, properties, and applications of graphs in data structures....

View Questions
Hashing

Hashing techniques for efficient data storage and retrieval....

View Questions
Heaps

Structure, operations, and algorithms for heap data structures....

View Questions
Introduction To Data Structures

Fundamental concepts and operations in data structures....

View Questions
Linked Lists In Data Structures

Structure and operations on linked lists in data structures....

View Questions
Miscellaneous On Data Structures

Assorted topics related to data structures....

View Questions
Queues In Data Structures

Structure and operations of queue data structures....

View Questions
Searching Algorithms

Techniques and complexity of various searching algorithms....

View Questions
Sorting Algorithms

Algorithms and techniques for sorting data efficiently....

View Questions
Stacks In Data Structures

Operations and implementation of stack data structures....

View Questions
Standard Libraries In Data Structures

Built-in libraries for implementing data structures....

View Questions
String Matching

Techniques and algorithms for matching strings....

View Questions
Trees In Data Structures

Structure, types, and operations on trees in data structures....

View Questions