Topic: Bit Manipulation Problem / Level: beginner

Problem: Write a function to check if a number is a valid binary string that represents a negative number in twos complement.

Run the code to see the output here...