# README
Generate All Binary Strings
Problem Statement
Given a positive integer number N. The task is to generate all the binary strings of N bits. These binary strings should be in ascending order.
Given a positive integer number N. The task is to generate all the binary strings of N bits. These binary strings should be in ascending order.