Search here for all the info you want in this Blog
Interview Questions on Array
1) Find pair with given sum in the array
2)
Labels:
Array,
Array Search,
Rotated Array
Search an element in a sorted and rotated array
Search an element in a sorted and rotated array
Labels:
Array Search,
Binary Search,
Rotated Array,
Search
Search an element in a sorted array
Search an element in a sorted array
1) Linear Search
2) Binary Search
Labels:
Array Search,
Binary Search,
Search
Introduction to Data Structures
What is a Data Structure ?
- Data structure is a way of organizing and accessing the data, to perform a particular operation.
- The data structures are used in algorithm design, Creating a specific data structure helps in improving the data access and storing performance of the algorithms.
Why Data Structures ?
- Data structures are used in solving complex mathematical problems.
- Organizing data using appropriate Data Structures in our algorithms makes simpler, easier to maintain, and often increases the algorithms performance.
Types of Data Structures:
Subscribe to:
Posts (Atom)