Software Engineering
According to New Revised CBCS Syllabus w.e.f. 2020-21
S.Y. B.Sc. (Computer Science)
Semesters-III
A Text book of
Software Engineering
Author: Dr. Reena Bharathi, Seema Purandare
ISBN: 978-81-946618-3-2
Price: 145/-
According to New Revised CBCS Syllabus w.e.f. 2020-21
A Text book of
Author: Dr. Poonam Ponde
Price: 240
ISBN: 978-81-945486-9-0
1. Introduction to Data Structures and Algorithm Analysis
1. Introduction
2. Need for Data Structures
3. Definitions
4. Types of Data Structures
5. Algorithm Analysis
2. Array as a Data Structure
1. Introduction
2. Applications of Arrays
3. Introduction to Algorithm Design Strategies
4. Sorting
5. Comparison of Sorting Methods
3. Linked List
1. List as a Data Structure
2. Dynamic Implementation of Linked List
3. Types of Linked Lists
4. Operations on a Linked List
5. Singly Linked List
6. Doubly Linked List
8. Applications of Linked List
9. Generalized Linked List
4. Stack
1. Introduction
2. Implementation
3. Applications of Stack
5. Queue
1. Concept of Queue
2. Operations on a Queue
3. Difference between Stack and Queue
4. Linear Queue
5. Circular Queue
6. Priority Queue
7. Doubly Ended Queue
8. Applications of Queue