0% found this document useful (0 votes)
124 views1 page

Preamble

This document provides an overview of the Data Structures course taught at Muthayammal Engineering College. The objectives are to understand basic concepts like abstract data types and various linear and non-linear data structures. Students will learn to implement appropriate data structures for applications and analyze searching and sorting algorithms. Prerequisites include knowledge of C and Python programming. Data structures are applied in areas like databases, undo/redo functions. Related future subjects are Microprocessors, Embedded Systems and a project. Important textbooks and references for learning are listed.

Uploaded by

vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views1 page

Preamble

This document provides an overview of the Data Structures course taught at Muthayammal Engineering College. The objectives are to understand basic concepts like abstract data types and various linear and non-linear data structures. Students will learn to implement appropriate data structures for applications and analyze searching and sorting algorithms. Prerequisites include knowledge of C and Python programming. Data structures are applied in areas like databases, undo/redo functions. Related future subjects are Microprocessors, Embedded Systems and a project. Important textbooks and references for learning are listed.

Uploaded by

vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

MUTHAYAMMAL ENGINEERING COLLEGE

(An Autonomous Institution)


(Approved by AICTE, New Delhi, Accredited by NAAC & Affiliated to Anna University)
Rasipuram - 637 408, Namakkal Dist., Tamil Nadu

PREAMBLE
PREAMBLE ABOUT THE SUBJECT

MDE II/IV

Course Name : 16MDC11&DATA STRUCTURE

Faculty Name : P.KAVIYA


Date: 09.12.2019

 To understand the basic concepts such as Abstract Data Types,


Linear and Non Linear Data structures
 To understand the behavior of data structures such as stacks,
queues, trees, hash tables, search trees, Graph and their
Objectives of Study representations
 To choose and implement the appropriate data structure for a
specific application
 To understand and analyze various searching and sorting
algorithms
 Basics of C Language
Prerequisite knowledge for
 Concept of PYTHON programming language
complete learning of subject
 Text Editor
 Language processing
Benefit/  Google Search Engine
Application of this Subject  Database applications
 Redo and undo operations
IV VI VIII
Topics Mapping for future Microprocessors and Embedded Project Work
semester subjects Microcontrollers Systems
TEXT BOOKS:
1. E.Horowitz, S.Sahni Susan Anderson-Freed, Fundamentals of Data
structures in C,Universities,Press 2008
2. Mark Allen Weiss, Data structure and Algorithm Analysis in C Pearson
India,2012
REFERENCE BOOKS:
1. R. F. Gilberg B. A. Forouzan, Data Structures, 2nd Edition, Thomson
Important Books/Journals India, 2005
for Learning 2. R.Kruse,C.L.Tondo and B.Leung, Data structures and Program Design
in C2nd Edition ,Prentice-Hall, 2006
3. A.M.Tanenbaum,Y. Langsam,M.J.Augenstein, Data Structures using C
and C++,2nd Edition,PHI Learning, 2015
4. R. Krishnamoorthy,Data Structures Using C,Tata McGraw-Hill
Education,2008
5. E Balagurusamy ,Data Structures Using C, Tata McGraw-Hill
Education, 2013

Course Faculty HOD

You might also like