We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdee93 commit 7c875d4Copy full SHA for 7c875d4
Searching/Linear Search/README.md
@@ -7,11 +7,11 @@
7
8
#### Python Implementation
9
10
-Though it is very easy in python to check for an item's existence in a list by:
+Though it is very easy in python to check for [an item's existence in a list](http://stackoverflow.com/a/7571665/4230330) by:
11
12
`item in list`
13
14
-and finding an item's index by:
+and [finding an item's index](http://stackoverflow.com/a/176921/4230330) by:
15
16
`list.index(item)`
17
0 commit comments