Categories
- Pharmacy
-
Nursing
-
MBA
-
BBA
- U.P. State University
- Veer Bahadur Singh Purvanchal University, Jaunpur
- Chaudhary Charan Singh University, Meerut
- Dr. Bhimrao Ambedkar University, Agra
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
-
BCA
- UP State Universities
- University of Pune
- I.K.Gujral Punjab Technical University (PTU)
- University of Rajasthan
- Rashtrasant Tukadoji Maharaj Nagpur University
- Uttar Pradesh NEP2020
- University of Rajasthan ,Jaipur (According to NEP-2020)
- BCCA (B. Com - Computer Science)
- Haryana
- West Bengal
- BBA (CA)
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
- MCA
-
B Ed
- Lucknow University B.Ed Books
- Chaudhary Charan Singh University/Maa Shakambhari University, Saharanpur
- Dr Bhim Rao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapeeth, Varanasi
- Chhatrapati Shahu Ji Maharaj University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj (PRSU)
- Mahatma Jyotiba Phule Rohilkhand University(Mjpru), Bareilly
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Bundelkhand University, Jhansi
- B.A,B.ed
- B.Sc, B.ed
- Deen Dayal Upadhyaya Gorakhpur University
- Veer Bahadur Purvanchal University (VBPU)
- Maharaja Suhel Dev State University ,Azamgarh (MSDSU)
- Raja Mahendra Pratap Singh State University, Aligarh (RMPSSU)
- Barkatullah Vishwavidyalaya (Bhopal)
- Jiwaji University (Gwalior)
- Vikram University (Ujjain)
- Dr. Harisingh Gour University (Sagar)
- Devi Ahilya Vishwavidyalaya (Indore)
- Rani Durgavati Vishwavidyalaya (Jabalpur)
- Awadhesh Pratap Singh University (Rewa)
- Maharaja Chhatrasal Bundelkhand University (Chhatarpur)
- D. EL. ED
- TET
-
B Com
-
B Sc
- B.Sc. U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Madhya Pradesh
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Uttarakhand State Universities
- B.Sc. Bihar Universities Common Syllabus NEP
- University of Rajasthan (Jaipur)
- Haryana
-
Bachelor of Arts [B.A.]
- B.A. Of U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Madhya Pradesh
- Uttarakhand
- Bihar
- University of Rajasthan (Jaipur Syllabus as Per NEP2020)
- Haryana NEP-2020
- B Tech
- LLB
- SWA Education
Data Structure
ISBN- 978-93-90031-91-7
AUTHOR- Prof. Shinde Yogita Santosh
Prof. Khule Rahul Bhaskar
₹210.00
Tax excluded
ISBN- 978-93-90031-91-7
AUTHOR- Prof. Shinde Yogita Santosh
Prof. Khule Rahul Bhaskar
Syllabus
BBA-CA 302: DATA STRUCTURE
|
Unit
|
Topic
|
No. of Lectures
|
|
1
|
Basic Concept and Introduction to Data Structure
1.1 Pointers and Dynamic Memory Allocation 1.2 Algorithm-Definition and characteristics 1.3 Algorithm Analysis -Space Complexity -Time Complexity – Asymptotic Notation Introduction to Data structure 1.4 Types of Data structure 1.5 Abstract Data Types (ADT) Introduction to Arrays and Structure 1.6 Types of array and Representation of array 1.7 Polynomial - Polynomial Representation - Evaluation of Polynomial - Addition of Polynomial 1.8 Self Referential Structure |
5
|
|
2
|
Linear Data Structures
2.1 Introduction to Arrays – array representation 2.2 Sorting algorithms with efficiency-Bubble sort, Insertion sort, Merge sort, Quick Sort, Selection Sort 2.3 Searching techniques –Linear Search, Binary search
|
6
|
|
3
|
Linked List
3.1 Introduction to Linked List 3.2 Implementation of Linked List–Static & Dynamic representation, 3.3 Types of Linked List - Singly Linked list(All type of operation), - Doubly Linked list (Create , Display) - Circularly Singly Linked list (Create, Display) - Circularly Doubly Linked list (Create, Display) 3.4 Generalized linked list – Concept and Representation |
6
|
|
4
|
Stacks
4.1 Introduction 4.2 Representation- Static & Dynamic 4.3 Primitive Operations on stack 4.4 Application of Stack 4.5 Conversion of Infix, prefix, postfix , Evaluation of postfix and prefix 4.6 Simulating recursion using stack
|
8
|
|
5
|
Queues
5.1 Introduction 5.2 Representation - Static & Dynamic 5.3 Primitive Operations on Queue 5.4 Circular queue, priority queue 5.5 Concept of doubly ended queue |
4
|
|
6
|
Trees
6.1 Concept & Terminologies 6.2 Binary tree, binary search tree 6.3 Representation – Static and Dynamic 6.4 Operations on BT and BST – create, Insert, delete, , counting leaf, non- leaf & total nodes 6.5 Tree Traversals (preorder, inorder, postorder) 6.6 Application - Heap sort 6.7 Height balanced tree- AVL trees- Rotations, AVL tree examples. |
12
|
|
7
|
Graph
7.1 Concept & Terminologies 7.2 Graph Representation – Adjacency matrix, adjacency list, inverse Adjacency list, adjacency multilist, orthogonal list 7.3 Degree of Graph 7.4 Traversals – BFS and DFS 7.5 Applications – AOV network – topological sort, AOE network–criticalPath |
7
|
SPPU2020/BBA(CA)/3/2
99 Items
4 other products in the same category:
Comments (0)
No customer reviews for the moment.
Your review appreciation cannot be sent
Report comment
Are you sure that you want to report this comment?
Report sent
Your report has been submitted and will be considered by a moderator.
Your report cannot be sent
Write your review
Review sent
Your comment has been submitted and will be available once approved by a moderator.
Your review cannot be sent
Customers who bought this product also bought:
Computer Networking
Price
₹100.00
ISBN- 978-93-5163-328-0
AUTHORS- Prof. Talule S.S, Prof. Vidya Bhegade
Android Programming
Price
₹200.00
ISBN- 978-93-5480-464-9
Authors - Prof. Putil Yogesh Vijay , Prof. Mayur Duattarya Mali , Prof. Vandana R. Bais
Database Management Systems
Price
₹100.00
ISBN- 978-93-83130-46-7
AUTHOR- Sarita Dhawale & Talule S.S.
Web Technologies
Price
₹125.00
Prof. Sase Manjusha Ekanathrao & Deepali Nikhil Bhoskar
ISBN-9789351635727






