Data Structure

Course Contents

Duration - 50 Hours Weekday Batch - 25 Days Weekend Batch - 10 Weekends Course Fees Using (C++ - 4500Rs Only), (Java - 5500Rs Only), (Python - 7500Rs Only)

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Introduction

Algorithm

Asymptotic Analysis

Pointer

Structure

 Array

Array

2D Array

DS Linked List

Linked List

Insertion at beginning

Insertion at end

Insertion after specified node

Deletion at beginning

Deletion at end

Deletion after specified node

Traversing

Searching

Doubly Linked List

Insertion at beginning

Insertion at end

Insertion after specified node

Deletion at beginning

Deletion at end

Deletion of node having given data

Traversing

Searching

Circular Linked List

Insertion at beginning

Insertion at end

Deletion at beginning

Deletion at the end

Traversing

Searching

Circular Doubly List

Insertion at beginning

Insertion at end

Deletion at beginning

Deletion at the end

 Stack

DS Stack

Array Implementation

Linked List Implementation

 Queue

DS Queue

Array Implementation

Linked List Implementation

Circular Queue

 Tree

Tree

Binary Tree

Pre-order Traversal

In-order Traversal

Post-order Traversal

Binary Search Tree

Searching in BST

Insertion in BST

Deletion in BST

AVL Tree

Insertion in AVL Tree

LL Rotation

LR Rotation

RL Rotation

RR Rotation

Deletion in AVL Tree

B Tree

B+ Tree

 Graph

DS Graph

Graph Implementation

BFS Algorithm

DFS Algorithm

Spanning Tree

Prim's Algorithm

Kruskal's Algorithm

 Searching

Linear Search

Binary Search

 Sorting

Bubble Sort

Bucket Sort

Heap Sort

Insertion Sort

Merge Sort

Quick Sort

Selection Sort

Shell Sort