From ce3ba031d7eb58fc51c4cf995aba9202a52d91c9 Mon Sep 17 00:00:00 2001 From: Anri Lombard Date: Sat, 16 Jul 2022 17:29:37 +0200 Subject: [PATCH] Lines 750/1996 --- translations/README-af.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/translations/README-af.md b/translations/README-af.md index ea93d49..b0c1e4d 100644 --- a/translations/README-af.md +++ b/translations/README-af.md @@ -744,3 +744,13 @@ of jy kan identifiseer wat die runtime kompleksiteit van verskeie algoritmes is. - get(sleutel) - remove(sleutel) +## Meer Kennis + +- ### Binary search + - [ ] [Binary Search (video)](https://www.youtube.com/watch?v=D5SrAga1pno) + - [ ] [Binary Search (video)](https://www.khanacademy.org/computing/computer-science/algorithms/binary-search/a/binary-search) + - [ ] [detail](https://www.topcoder.com/thrive/articles/Binary%20Search) + - [ ] [blueprint](https://leetcode.com/discuss/general-discussion/786126/python-powerful-ultimate-binary-search-template-solved-many-problems) + - [ ] Implement: + - binary search (op 'n gesorteerde skikking van heelgetalle) + - binary search met recursion \ No newline at end of file