Skip to content

Commit 6bdee93

Browse files
committed
Linear search Readme file updated
1 parent 70f42b0 commit 6bdee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Searching/Linear Search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Linear search** is a very simple search algorithm. In this type of search, a sequential search is made over all items one by one. Every item is checked and if a match is found then that particular item is returned, otherwise the search continues till the end of the data collection.
44

5-
![Linear Search](Linear_search.gif)
5+
![Linear Search](linear_search.gif)
66

77

88
#### Python Implementation

0 commit comments

Comments
 (0)