Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aac57dc

Browse filesBrowse files
authored
Update readme.md
1 parent add66ce commit aac57dc
Copy full SHA for aac57dc

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

‎searching/readme.md

Copy file name to clipboard
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.