This repository contains solution of problems on interviewbit.com
Questions are added in this repo according to topic and name of file is problem-name.cpp.
Currently it supports only data structures and algorithms questions but plan is to add from other sections too.
Solutions are only functions that we need to complete on interviewbit.
If you think you have a better solution of any problem you can add your solution by first forking this repo, make changes and then make a pull request.
You can add solutions in any language of your choice.