Data Structure || Topics of data structure || Concept of data structure || knowledge of iQ
A data structure is a particular way of organizing
data in a computer so that it can be used effectively.
For
example, we can store a list of items having the same data-type using the array data structure.
Picture –
This page contains detailed
tutorials on different data structures with topic-wise problems.
Topics:
·
Array
·
Stack
·
Queue
·
Heap
·
Hashing
·
Graph
·
Matrix
·
Misc
Overview:
Linked List:
Singly Linked List:
Circular Linked List:
Doubly Linked List:
Stack:
Queue:
Binary Tree:
Binary Search Tree:
Heap:
1. Binary Heap
5. Heap Sort
Hashing:
Graph:
Introduction,
DFS and BFS:
Advanced Data Structure:
Advanced
Lists:
Segment
Tree:
Trie:
Binary
Indexed Tree:
Suffix
Array and Suffix Tree:
13. Substring Check
AVL Tree:
Splay
Tree:
B
Tree:
Red-Black
Tree:
K Dimensional Tree:
Others:
10. Spaghetti Stack
12. Cartesian Tree
14. Sparse Set
16. Gomory-Hu Tree
Array:
Matrix:
Comments
Post a Comment