Syllabus

JNTUH B.Tech 2016-2017 (R16) Detailed Syllabus Data Structures

Data Structures Detailed Syllabus for B.Tech third year second sem is covered here. This gives the details about credits, number of hours and other details along with reference books for the course.

The detailed syllabus for Data Structures B.Tech 2016-2017 (R16) third year second sem is as follows.

B.Tech. III Year II Sem.   L/T/P/C
Course Code:MT621OE    3/0/0/3

Course Objectives:

  • To understand the basic concepts such as Abstract Data Types, Linear, and Non Linear Data structures.
  • To understand the notations used to analyze the Performance of algorithms.
  • To understand the behavior of data structures such as stacks, queues, trees, hash tables, search trees, Graphs and their representations.
  • To choose the appropriate data structure for a specified application.
  • To understand and analyze various searching and sorting algorithms.
  • To write programs in C to solve problems using data structures such as arrays, linked lists, stacks, queues, trees, graphs, hash tables, search trees.

Course Outcomes:

  • Learn how to use data structure concepts for realistic problems.
  • Ability to identify appropriate data structure for solving computing problems in respective language.
  • Ability to solve problems independently and think critically.

UNIT – I   Basic concepts- Algorithm Specification-Introduction, Recursive algorithms, Data Abstraction Performance analysis- time complexity and space complexity, Asymptotic Notation-Big O, Omega, and Theta notations, Introduction to Linear and Non Linear data structures. Singly Linked Lists-Operations-Insertion, Deletion, Concatenating singly linked lists, circularly linked lists-Operations for Circularly linked lists, Doubly Linked Lists- Operations Insertion, Deletion. Representation of single, two dimensional arrays, sparse matrices-array and linked representations.

UNIT – II   Stack ADT, definition, operations, array and linked implementations in C, applications-infix to postfix conversion, Postfix expression evaluation, recursion implementation, Queue ADT, definition and operations ,array and linked Implementations in C, Circular queues-Insertion and deletion operations, Deque (Double ended queue)ADT, array and linked implementations in C.

UNIT – III  Trees – Terminology, Representation of Trees, Binary tree ADT, Properties of Binary Trees, Binary Tree Representations-array and linked representations, Binary Tree traversals, threaded binary trees, Max Priority Queue ADT-implementation-Max Heap-Definition, Insertion into a Max Heap, Deletion from a Max Heap. Graphs – Introduction, Definition, Terminology, Graph ADT, Graph Representations Adjacency matrix, Adjacency lists, Graph traversals – DFS and BFS.

Download iStudy Android App for complete JNTUH syllabus, results, timetables and all other updates. There are no ads and no pdfs and will make your life way easier.

TEXT BOOKS:

  • Fundamentals of Data structures in C, 2nd Edition, E. Horowitz, S. Sahni and Susan Anderson-Freed, Universities Press.
  • Data structures A Programming Approach with C, D. S. Kushwaha and A.K. Misra, PHI.

REFERENCE BOOKS:

  • Data structures: A Pseudo code Approach with C, 2nd edition, R. F. Gilberg And B. A. Forouzan, Cengage Learning.
  • Data structures and Algorithm Analysis in C, 2nd edition, M. A. Weiss, Pearson.
  • Data Structures using C, A.M. Tanenbaum, Y. Langsam, M. J. Augenstein, Pearson.
  • Data structures and Program Design in C, 2nd edition, R. Kruse, C. L. Tondo and B. Leung, Pearson.
  • Data Structures and Algorithms made easy in JAVA, 2nd Edition, Narsimha Karumanchi, Career Monk Publications.
  • Data Structures using C, R. Thareja, Oxford University Press.
  • Data Structures, S. Lipscutz, Schaum’s Outlines, TMH.
  • Data structures using C, A. K. Sharma, 2nd edition, Pearson..
  • Data Structures using C & C++, R. Shukla, Wiley India.
  • Classic Data Structures, D. Samanta, 2nd edition, PHI.
  • Advanced Data structures, Peter Brass, Cambridge.

For all other B.Tech 3rd Year 2nd Sem syllabus go to JNTUH B.Tech Mechanical Engineering (Mechatronics) 3rd Year 2nd Sem Course Structure for (R16) Batch.

All details and yearly new syllabus will be updated here time to time. Subscribe, like us on facebook and follow us on google plus for all updates.

Do share with friends and in case of questions please feel free drop a comment.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.