Skip to content

Commit 1ddc2d4

Browse files
committed
fix needless tabs
1 parent 768df4b commit 1ddc2d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Stooge sort is a recursive sorting algorithm. The running time of the algorithm
8383
![Visualization of stooge sort](https://upload.wikimedia.org/wikipedia/commons/f/f8/Sorting_stoogesort_anim.gif "Visualization of stooge sort")
8484
##### Source: [Wikipedia](https://en.wikipedia.org/wiki/Stooge_sort)
8585

86-
8786
### Searching Algorithms.
8887
In computer science, a search algorithm is any algorithm which solves the search problem, namely, to retrieve information stored within some data structure, or calculated in the search space of a problem domain. Examples of such structures include but are not limited to a linked list, an array data structure, or a search tree. The appropriate search algorithm often depends on the data structure being searched, and may also include prior knowledge about the data. Searching also encompasses algorithms that query the data structure, such as the SQL SELECT command.
8988
##### Source: [Wikipeadia](https://en.wikipedia.org/wiki/Search_algorithm)

0 commit comments

Comments
 (0)