8000 updating DIRECTORY.md · TheAlgorithms/Swift@e9d637f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e9d637f

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 76f79d9 commit e9d637f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
## Recursion
2525
* [Fibonacci](https://github.com/TheAlgorithms/Swift/blob/master/recursion/fibonacci.swift)
2626

27+
## Search
28+
* [Binarysearch](https://github.com/TheAlgorithms/Swift/blob/master/Search/BinarySearch.swift)
29+
2730
## Sorts
2831
* [Bubblesort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/BubbleSort.swift)
2932
* [Insertionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/InsertionSort.swift)

0 commit comments

Comments
 (0)
0