data structure using c - sevenmentor

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

Upload: others

Post on 28-Dec-2021

6 views

Category:

Documents


0 download

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