Breaking

Sunday, March 15, 2020

Data Structure Using C & C++(BCA-III)

BCA-III

Data Structure Using C & C++

Here is the list of all the Solution& Syllabus

UNITS -I(Hand-written Notes)

Introduction to Data Structure and its Characteristics
VIEW
Array      
VIEW
Representation of single and multidimensional arrays    
VIEW
 Sparse arrays – lower and upper triangular matrices       
VIEW
Tridiagonal matrices with Vector Representation also  
VIEW
    

UNITS -II(Hand-written Notes)

Stacks and Queues
VIEW
Introduction and primitive operations on a stack     
VIEW
Stack application; Infix, postfix, prefix expressions      
VIEW
Evaluation of postfix expression        
VIEW
Conversion between prefix, infix and postfix
VIEW
introduction and primitive operation on queues                
VIEW
D- queues      
VIEW
priority queues                   
VIEW
    
UNITS -III(Hand-written Notes)

Introduction to linked lists
VIEW
Sequential and linked lists      
VIEW
operations such as traversal      
VIEW
insertion, deletion searching        
VIEW
Two-way lists and Use of headers                                               
VIEW
    

UNITS -IV(Hand-written Notes)

Trees Introduction and terminology
VIEW
 Traversal of binary trees;     
VIEW
Recursive algorithms for tree       
VIEW
operations such as traversal, insertion, deletion                       
VIEW 
Binary Search Tree
VIEW
    

UNITS -V(Hand-written Notes)

B-Trees  Introduction
VIEW
The invention of B-Tree      
VIEW
Statement of the problem      
VIEW
Indexing with binary search trees        
VIEW
a better approach to tree indexes
VIEW
B-Trees; working up from the bottom;                                          
VIEW
Example of creating a B-Tree      
VIEW
    

UNITS -VI(Hand-written Notes)

Sorting Techniques
VIEW
Insertion sort      
VIEW
selection sort      
VIEW
merge sort        
VIEW
heap sort
VIEW
searching Techniques                                                                              
VIEW
 linear search     
VIEW
binary search       
VIEW
hashing       
VIEW
    


No comments:

Post a Comment