Top Banner
DATA STRUCTURE USING C DATA STRUCTURE USING C www.sevenmentor.com
3

DATA STRUCTURE USING C - SevenMentor

Dec 28, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: DATA STRUCTURE USING C - SevenMentor

DATA STRUCTURE USING C

DATA STRUCTURE USING C

www.sevenmentor.com

Page 2: DATA STRUCTURE USING C - SevenMentor

www.sevenmentor.com

OVERVIEW OF C

i.Basic concept of cii.Functioniii.Array.iv.Strcture & Unionv.Stringvi.Pointer Introduction to algorithms & Data structure

i.Algorithms.ii.Introduction to Data Structureiii.Types of Data Structureiv.Data Structure Operations Arrays

i.Introductionii.Types of Arraysiii.Insertion and Deletioniv.Sorting and Searching

Sorting and Searching

i.Sorting Techniquesii.Searching Techniques. Linked List

i.Introductionii.Implementationiii.Types of Linked List.iv.Circular Linked Listv.Doubly Linked List

Page 3: DATA STRUCTURE USING C - SevenMentor

www.sevenmentor.com

Stack

i.Introduction.ii.Stack Operations.iii.Stack Implementations Queue

i.Introductionii.Queue Implementation and Opearationiii.Circular Queueiv.Priority Queuev.Double-Ended Queue Trees

i.Basic Conceptii.Binary Tree & its Represenatationiii.Binary tree Traversaliv.BSTv.Tree Variants Graphs

i.Graph Terminologyii.Implemenattioniii. Algorithmiv.Graph Traversal Application of Data Struture

i.Application of Stacksii.Application of Queueiii.Application of Linked Listiv.Application of Treev.Application of Graph