Branch : Computer Science and Engineering | Subject : Data Structures Using c
Data Structures
-
Arrays
Read topic -
Application of arrays
Read topic -
Merging of two sorted lists
Read topic -
Transpose of a matrix
Read topic -
Saddle point of a matrix
Read topic -
Implementation of Heap
Read topic -
Bubble sorting
Read topic -
Quick sort
Read topic -
Merge Sort
Read topic -
Heapsort
Read topic -
Searching Techniques
Read topic -
Binary search
Read topic -
Hashing
Read topic -
Hash function
Read topic -
Stack
Read topic -
Implementation of a Stack Using Linked Representation
Read topic -
Applications of the stack
Read topic -
Queue
Read topic -
Implementation of Queues
Read topic -
Circular queue
Read topic -
Implementation of a queue using the linked representation
Read topic -
Application of the queue
Read topic -
Linked Lists
Read topic -
Inserting a node in linked list
Read topic -
Sorting a linked list
Read topic -
Deleting a specified node in a singly linked list
Read topic -
Insert a new node after the specified node in a linked list
Read topic -
Counting the number of nodes of a singly linked list
Read topic -
Merging of two sorted lists
Read topic -
Erasing a linked list
Read topic -
Polynomial representation
Read topic -
Representation of sparse matrix
Read topic -
Splitting a circular list with 2n nodes into two equal circular lists
Read topic -
Merging of two circular lists
Read topic -
Reverse the direction of links in the circular list
Read topic -
Doubly linked list
Read topic -
Insert a node in a doubly linked list
Read topic -
Delete a node from a doubly linked list
Read topic -
Application of dobly linked list to memory management
Read topic -
Trees
Read topic -
Binary Tree
Read topic -
Representation of a Binary Tree
Read topic -
Binary Tree Traversal
Read topic -
Binary search tree
Read topic -
Program: Creating a Binary Search Tree
Read topic -
Program for inorder traversal of binary tree
Read topic -
Constructing Binary Tree Using the Preorder and Inorder Traversals
Read topic -
Count the number of nodes in binary tree
Read topic -
Swapping the left and right subtrees of a binary tree
Read topic -
Searching in binary search tree
Read topic -
Delete a node from binary search tree
Read topic -
Graphs
Read topic -
Array Representation of graph
Read topic -
Computing the indegree and outdegree of a node of a graph
Read topic -
Depth-first traversal
Read topic -
Breadth-first traversal
Read topic -
Connected component of a graph
Read topic -
Strongly Connected Component
Read topic -
Depth first spanning tree and Breadth-first spanning tree
Read topic -
Minimum-Cost Spanning Tree
Read topic -
Program of minimum spanning tree
Read topic -
Directed acyclic graph
Read topic -
Topological sort
Read topic -
Program for topological sort
Read topic