Update linear_search.php

This commit is contained in:
Jowin John Chemban 2020-10-13 11:01:52 +05:30 committed by GitHub
parent 5b100fdb25
commit f3fddf33dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
*
* Examples:
*
* data = 5, 7, 8, 11, 12, 15. 17, 18, 20
* data = 5, 7, 8, 11, 12, 15, 17, 18, 20
*
* x = 15
* Element found at position 6