Binary search is a searching algorithm that works efficiently with a sorted list. The mechanism of binary search can be better understood by an analogy of a telephone directory. When we are searching for a particular name in a directory , we first open the directory from the middle and then decide whether to look... Continue Reading →
How To Perform Linear Search In Data Structure
Searching in data structure means to find whether a particular value is present in an array or not. If the value is present in the array ,then searching is said to be successful and the searching process gives the location of that particular element in array. If the value is not present in the array... Continue Reading →
Basic Terminology of Data Structure
A data structure is way of storing and organizing data in a computer so that it can be used efficiently. Some basic terminology of Data Structure are -