CMP4272 Data Structures And Algorithms : Solution Essays
Questions: Data Types and Memory Suggested blog post topics: How do computers represent integers in binary? Investigate unsigned and two’s complement representations, and arithmetic overflow. How do computers represent text in binary? Investigate ASCII and Unicode, and null-terminated vs. length-prefixed strings. What are bitwise operations and why are they useful? Investigate bitwise operations, bit-sets and “flags”, and “bit-twiddling” algorithms. What are floating point numbers? Investigate […]