logo
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

introduction to data structures and algorithm

Semester :  VI

Course Code : 18CS652

CIE Marks : 40                       SEE Marks : 60

INTRODUCTION TO DATA SRUCTURES AND ALGORITHM
18CS652

SYLLABUS

Module-1

Introduction to C, constants, variables, data types, input-output operations, operators and expressions, control statements, arrays, strings, built-in functions, user defined functions, structures, unions and pointers
Text Book 1: Chapter 1 and 2

Module-2

Algorithms, Asymptotic notations, Introduction to data structures, Types of data structures, Arrays.
Text Book 1: Chapter 3 and 4

Module-3

Linked lists, Stacks
Text Book 1: Chapter 5 and 6

Module-4

Queues, Trees
Text Book 1: Chapter 7 and 8

Module-5

Graphs, Sorting ,(selection, insertion, bubble, quick)and searching(Linear, Binary, Hash)
Text Book 1: Chapter 7 and 8