From 38176c01385bf3aefd1693b9ac0528b742690011 Mon Sep 17 00:00:00 2001 From: Anri Lombard Date: Sat, 16 Jul 2022 17:29:55 +0200 Subject: [PATCH] Lines 760/1996 --- translations/README-af.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/translations/README-af.md b/translations/README-af.md index b0c1e4d..c1f375e 100644 --- a/translations/README-af.md +++ b/translations/README-af.md @@ -753,4 +753,7 @@ of jy kan identifiseer wat die runtime kompleksiteit van verskeie algoritmes is. - [ ] [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 + - binary search met recursion + +- ### Bitwise operations + - [ ] [Bits cheat sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/bits-cheat-sheet.pdf) - you should know many of the powers of 2 from (2^1 to 2^16 and 2^32) \ No newline at end of file