diff options
Diffstat (limited to '04-13.md')
-rw-r--r-- | 04-13.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -293,3 +293,7 @@ bool bsearch(int a[], int n, int x){ Is binary search always better than sequential search? Answer: It depends - How about if the sequence is not sorted? + +--- + +[04/15 ->](04-15.md) |