Learned about Binary Strings while solving Codeforces problems

Binary string variables are used to store binary data, so it’s a sequence of characters only containing 0s and 1s

Example of Binary Strings:

  • 0
  • 1
  • 101
  • 1100101
  • 00011100