You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: searchingAlgo/ternarySearch/Readme.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,4 +53,25 @@ The steps involved in this algorithm are:
53
53
- This concept is used in unimodal functions to determine the maximum or minimum value of that function. Unimodal functions are functions that, have a single highest value.
54
54
- Can be used to search for where the derivative is zero in Newton's method as an optimization.
0 commit comments