Topic: Bit Manipulation Problem / Level: intermediate

Problem: Create a function that checks if a binary string is a valid representation of a number in twos complement.

Run the code to see the output here...