You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Conatin Linear,Binary and Interpolation searching algorithum.
2
+
> And a class file which conatin all these as a method in a class to use by just importing this file in this manner #include"searching_class.h" and calling the method.
3
+
### About method of class (argument)
4
+
> You have to pass three argument in any of these three method
5
+
1.address of array
6
+
2.size of array
7
+
3.element that you want to search
8
+
and that method will return the position of that element.in case of absence of element, it return -1.
0 commit comments