summaryrefslogtreecommitdiff
path: root/04-13.md
diff options
context:
space:
mode:
Diffstat (limited to '04-13.md')
-rw-r--r--04-13.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/04-13.md b/04-13.md
index 937fe4a..b4ae755 100644
--- a/04-13.md
+++ b/04-13.md
@@ -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)