Table Of Contents
Hey there, folks. The Data Structure (AKTU) course is covered here, along with all necessary study resources. Providing some important Question like Long Question, Short Questions and So on.
UNIT- 1: ARRAYS AND LINKED LISTS
- Introduction: Basic Terminology,
- Elementary Data Organization,
- Built-in Data Types in C. Algorithm,
- The efficiency of an Algorithm,
- Time and Space Complexity,
- Asymptotic notations:
- Big Oh,
- Big Theta and Big Omega,
- Time-Space trade-off. Abstract Data Types (ADT).
- Arrays:
- Definition,
- Single and Multidimensional Arrays,
- Representation of Arrays:
- Row Major Order, and Column Major Order,
- Derivation of Index Formulae for 1-D, 2-D, 3-D
- n-D Array.
- Application of arrays,
- Sparse Matrices and their representations.
- Linked lists:
- Array Implementation & Pointer Implementation of Singly Linked Lists,
- Doubly Linked List,
- Circularly Linked List,
- Operations on Linked List.
- Insertion, Deletion,
- Traversal,
- Polynomial Representation & Addition Subtraction & Multiplications of Single variable & Two variables Polynomial.
UNIT – 2: STACKS AND QUEUES
- Stacks:
- Abstract Data Type,
- Primitive Stack operations:
- Push & Pop,
- Array & Linked Implementation of Stack in C,
- Application of stack: Prefix and Postfix Expressions,
- Evaluation of postfix expression,
- Iteration and Recursion-Principles of recursion,
- Tail recursion,
- Removal of recursion Problem solving using iteration and recursion with examples
- such as binary search, Fibonacci numbers and Hanoi towers. Tradeoffs between iteration and recursion.
- Queues:
- Operations on Queue:
- Create,
- Add,
- Delete,
- Full & Empty,
- Circular queues,
- Operations on Queue:
- Array & linked implementation of queues in C, Dequeue & Priority Queue.
UNIT – 3: SEARCHING & SORTING
- Concept of Searching,
- Sequential search,
- Index Sequential Search,
- Binary Search.
- Concept of Hashing & Collision resolution Techniques used in Hashing.
- Sorting:
- Insertion Sort,
- Selection,
- Bubble Sort,
- Quick Sort,
- Merge Sort,
- Heap Sort
- Radix Sort.
UNIT – 4: GRAPHS
- The terminology used with Graph,
- Data Structure for Graph Representations:
- Adjacency Matrices,
- Adjacency List,
- Adjacency
- Graph Traversal:
- Depth First Search & Breadth First Search,
- Connected Component,
- Spanning Trees,
- Minimum Cost Spanning Trees:
- Prims and Kruskal algorithm.
- Transitive Closure & Shortest Path algorithm: Warshal Algorithm & Dijikstra Algorithm.
UNIT – 5: TREES
- Basic terminology used with Tree, Binary Trees, and Binary Tree Representation:
- Array Representation and Pointer (Linked List)
- Representation,
- Binary Search Tree,
- Strictly Binary Tree,
- Complete Binary Tree.
- Extended Binary Trees,
- Tree Traversal algorithms:
- In order,
- Preorder and Postorder,
- Constructing Binary Tree from given Tree Traversal,
- Operation of Insertion,
- Deletion,
- Searching
- Modification of data in Binary Search.
- Threaded Binary trees,
- Traversing Threaded Binary trees.
- Huffman coding using Binary Tree.
- Concept & Basic Operations for AVL Tree, B Tree & Binary Heaps.
Most Important Question For All Units
Important Questions | Short Questions Series | Quantum-data structures | last year’s question paper -B.Tech AKTU
Important Question | Question Links |
---|---|
Data Structure – Unit-1 | UNIT-1 |
Data Structure – Unit-2 | UNIT-2 |
Data Structure – Unit-3 | UNIT-3 |
Data Structure – Unit-4 | UNIT-4 |
Data Structure – Unit-5 | Unit-5 |
Important Short Questions- Data Structure | Short Question List |
Last Year’s Question Paper | Exam 2021-22 |
Quantum -Data structure | Quantum |
AKTU Important Links | Btech Syllabus
Link Name | Links |
---|---|
Btech AKTU Circulars | Links |
Btech AKTU Syllabus | Links |
Btech AKTU Student Dashboard | Student Dashboard |
AKTU RESULT (One VIew) | Student Result |
1 thought on “DATA STRUCTURE – AKTU Syllabus | B.tech Important Syllabus”