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 e13d2d3 commit 4c7bc00Copy full SHA for 4c7bc00
searches/linear_search.nim
@@ -1,7 +1,7 @@
1
## Linear Search
2
## =============
3
## Linear search is the simplest but least efficient searching algorithm
4
-## to search for an element in a data set.
+## to search for an element in an array.
5
## It examines each element until it finds a match,
6
## starting at the beginning of the data set toward the end.
7
## The search ends when the element is located or when the end of the array is reached.
0 commit comments