Skip to content

Commit aac57dc

Browse files
authored
Update readme.md
1 parent add66ce commit aac57dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

searching/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
#### 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

Comments
 (0)