From d822758f67f87f62cf4f50ac09439d6c051c7e95 Mon Sep 17 00:00:00 2001 From: lshprung Date: Wed, 15 Apr 2020 09:37:07 -0700 Subject: Post-class 04/15 --- 04-13.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '04-13.md') 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) -- cgit