From af885651db572295328726244fbb769935e932b1 Mon Sep 17 00:00:00 2001 From: mikeburnsdev Date: Sun, 28 Jun 2020 21:27:13 -0400 Subject: [PATCH] Added a Practice Operations link to Bitwise operations section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9caecbdbfb..011ac47181 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input - [ ] [The Bit Twiddler](https://bits.stephan-brumme.com/) - [ ] [The Bit Twiddler Interactive](https://bits.stephan-brumme.com/interactive.html) - [ ] [Bit Hacks (video)](https://www.youtube.com/watch?v=ZusiKXcz_ac) + - [ ] [Practice Operations](https://pconrad.github.io/old_pconrad_cs16/topics/bitOps/) - [ ] 2s and 1s complement - [Binary: Plusses & Minuses (Why We Use Two's Complement) (video)](https://www.youtube.com/watch?v=lKTsv6iVxV4) - [1s Complement](https://en.wikipedia.org/wiki/Ones%27_complement)