Skip to content

Commit 448d0d7

Browse files
committed
Link to new article from binary search
1 parent b615ceb commit 448d0d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/snippets/js/s/binary-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ binarySearch([1, 2, 3, 4, 5], 6); // -1
4343
> [!NOTE]
4444
>
4545
> This implementation **does not account for duplicate values** in the array.
46+
47+
@[Further reading](/js/s/binary-search-insert-index-sorted-number-array)

0 commit comments

Comments
 (0)