introduction to data structures and algorithm
Semester : VI
Course Code : 18CS652
CIE Marks : 40 SEE Marks : 60
- System Software And Compilers
- computer graphics and visualization
- Web Technology And Its Applications
- data mining and data warehousing
- object oriented modelling and design
- cloud computing and its applications
- advanced JAVA and J2EE
- system modelling and simulation
- mobile application development
- introduction to DATA structures and algorithm
- programming in JAVA
- Introduction to operating system
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