Skip to content

Commit 7c875d4

Browse files
committed
linear search readme file udpated
1 parent 6bdee93 commit 7c875d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Searching/Linear Search/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
#### Python Implementation
99

10-
Though it is very easy in python to check for an item's existence in a list by:
10+
Though it is very easy in python to check for [an item's existence in a list](http://stackoverflow.com/a/7571665/4230330) by:
1111

1212
`item in list`
1313

14-
and finding an item's index by:
14+
and [finding an item's index](http://stackoverflow.com/a/176921/4230330) by:
1515

1616
`list.index(item)`
1717

0 commit comments

Comments
 (0)