Nothing Special   »   [go: up one dir, main page]

Dscoursecontent

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Course Content: 1: Introduction to Data Structures Relevance of Data Structures with respect to applications Abstract Data Types Linear

ear and Non-linear Data Structures 2: Introduction to IDE (VC++/Borland) Setting library path for the VC++/Borland IDE 3: Introduction to Arrays and Pointers One-dimensional & Multidimensional pointers Memory allocation, reallocation & de-location Pointers to structures 4: Introduction What is an algorithm? Analysis of algorithms Case Study -The Fibonacci numbers/ MinMax 5: Linear Data Structures Stack Applications of Stack 6: Linear Data Structures Queue Circular Queue Priority Queue Dequeue Application of Queue 7: Linked Allocation Advantages and Disadvantages of Sequential and Linked Allocation Singly Linked List Circular Linked List Doubly Linked List Applications of Linked Lists 8: Non Linear Data Structures- Trees Introduction to Tree Binary Tree and its Representation Tree Traversals Applications of Binary Tree Binary Search Tree

You might also like