From d9c53188dd7e5835dcc2661c8a171bcf0d2dc2aa Mon Sep 17 00:00:00 2001 From: John Washam Date: Mon, 4 Jul 2016 11:24:01 -0700 Subject: [PATCH] Moved endianness lower after the user has had more experience with data storage. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d3d0e8..3da8ea1 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,6 @@ Some videos are available only by enrolling in a Coursera or EdX class. It is fr - [x] https://www.youtube.com/watch?v=42KTvGYQYnA - [x] https://www.youtube.com/watch?v=Mv2XQgpbTNE -- [ ] **Endianness** - - https://www.youtube.com/watch?v=oBSuXP-1Tc0 - - [x] **How floating point numbers are stored:** - [x] simple 8-bit: http://math.stackexchange.com/questions/301435/fractions-in-binary - [x] 32 bit: https://www.youtube.com/watch?v=ji3SfClm8TU @@ -131,7 +128,7 @@ Some videos are available only by enrolling in a Coursera or EdX class. It is fr - **Python** - I've already use Python quite a bit. This is just for review. - - [ ] https://www.youtube.com/watch?v=N4mEzFDjqtA + - [x] https://www.youtube.com/watch?v=N4mEzFDjqtA - [x] **Compilers** - [x] https://class.coursera.org/compilers-004/lecture/1 @@ -322,6 +319,9 @@ Then test it out on a computer to make sure it's not buggy from syntax. ## More Knowledge +- [x] **Endianness** + - https://www.youtube.com/watch?v=oBSuXP-1Tc0 + - [x] **Binary search:** - [x] https://www.youtube.com/watch?v=D5SrAga1pno - [x] https://www.khanacademy.org/computing/computer-science/algorithms/binary-search/a/binary-search