google.com, pub-8786015629279405, DIRECT, f08c47fec0942fa0 Data Structure Using C

Data Structure Using C

0

 


Data Structure Using C





 

Introduction of Data Structure

 

1.  What is Data Structure ?

2.  Operations in Data Structure

3.  Algorithm Complexity

 

Sorting Techniques in Data Structure

 

1.  Bubble Sort Sorting Technique

2.  Insertion Sort Sorting Technique

3.  Selection Sort Sorting Technique

4.  Merge Sort Sorting Technique

5.  Heap Sort Sorting Technique

 

Searching Techniques in Data Structure

 

1.  What is Searching

2.  Linear Search In Data Structure

3.  Binary Search in Data Structure

 

Stack in Data Structure

 

1.  Stack in Data Structure

2.  Stack implementation using Array in C

3.  Infix to Postfix Conversion Using Stack

4.  Infix to Prefix Conversion Using Stack 

5.  Prefix to Infix Conversion Using Stack

6.  Postfix to Infix Conversion Using Stack

 

Queue in Data Structure

 

1.  Introduction of Queue

2.  Simple Queue in Data Structure

3.  Circular Queue in Data Structure

4.  Priority Queue in Data Structure

5.  De-queue (Double Ended Queue) in Data Structure

 

Linked List in Data Structure

 

1.  Introduction of Linked List in Data Structure

2.  Single Linked List in Data Structure

3.  Doubly Linked List in Data Structure

4.  Circular Linked List in Data Structure

Table in Data Structure

 

Tree in Data Structure

 

1.  Introduction of Tree in Data Structure

2.  Binary Tree in Data Structure

3.  Types of Binary Tree in Data Structure

4.  Binary Search Tree in Data Structure

5.  Traversing in Binary Search Tree in Data Structure

6.  AVL Tree in Data Structure with Rotations

 

Graph in Data Structure

 

1.  What is Graph?

2.  Types of Graphs

3.  Graph Traversal in Data Structure

o    Depth First Search DFS in Data Structure

o    Breadth First Search (BFS) in Graph

4.  What is a Spanning Tree/Minimum Spanning Tree?

o    Kruskal’s Algorithm with Example 

o    Prim’s Algorithm with Example

5.  Shortest Path Problem in Graph in Data Structure

o    Dijkstra's algorithm with Example

o    Bellman Ford's algorithm with Example

o    Floyd–Warshall's Algorithm with Example

 

Data Structure Program List

 


1Write a Program to Sum of Two Matrix
2Write a Program to Multiply Two Matrix
3Write a Program to Transpose of a Matrix
4Write a Program to Bubble Sort 
5Write a Program to Insertion Sort
6Write a Program to Selection Sort
7Write a Program to Merge Sort
8Write a Program to implementation of Stack Using Array in C
9Write a Program to implementation of Queue Using Array in C
10Write a Program to Heap Sort

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

Thank you for your interest 😊

We will back shortly after reviewing...

Thank you for your interest 😊

We will back shortly after reviewing...

Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top