Array Array is the most used data structure . Array structure helps us to store data in linear order.In this blogpost we are going to learn about arrays and different operations performed on arrays using various algorithms. We are going to see Row Major and Column Major Matrix , Sparse Matrix and Representation of Sparse Matrix , Different types of Sorting Techniques ,like bubble, Insertion,Merge,Quick sort , Different Searching Techniques like Linear Search and Binary Search . Please take a help of following menu to jump on specific topic Introduction to Arrays Row Major and Column Major Sparse Matrix and Representation of Sparse Matrix Sorting Techniques:- Bubble, Insertion, Merge, Quick Searching Techniques:- Linear search, Binary Search what is Array Array is a collection of elements of similar data type. Array is a fixed size sequential collection of elements of same data type that share a common name. An Array is a derived data type. All elements of Array ...
Engage with tech Interactives in fun way, Learn while having fun