32 bit floating point video

Adding info that there is an error in video. I had problem with finding this myself and made me confused.
This commit is contained in:
Artur Skowronski 2016-10-09 20:25:14 +02:00 committed by GitHub
parent e931d9d9eb
commit 665bbc2384
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ Write code on a whiteboard, not a computer. Test with some sample inputs. Then t
- [ ] [Understanding Compiler Optimization (C++) (video)](https://www.youtube.com/watch?v=FnGCDLhaxKU)
- [ ] **How floating point numbers are stored:**
- [ ] simple 8-bit: [Representation of Floating Point Numbers - 1 (video)](https://www.youtube.com/watch?v=ji3SfClm8TU)
- [ ] simple 8-bit: [Representation of Floating Point Numbers - 1 (video - there is an error in calculations - see video description)](https://www.youtube.com/watch?v=ji3SfClm8TU)
- [ ] 32 bit: [IEEE754 32-bit floating point binary (video)](https://www.youtube.com/watch?v=50ZYcZebIec)
## Algorithmic complexity / Big-O / Asymptotic analysis