This repository contains solutions for the respective problem statements in C++ language. It is made with the intention to get familiar with git and github and know how to collaborate and work.
The repository contains various folders which are categorised into different categories and contains questions as per their name specified.
You may refer to "Index.txt" file to see the topics covered.
As of now I have started with General Problems folder. It contains basic and easy questions which one needs to know if they are preparing for the service based companies.
Students and professionals who prefer concrete examples and practice problems over theoretical study. Candidates preparing for "Employability Tests"
- Fixing the errors.
- Adding proper and easy to understand documentation. (I have added documentation to some of the codes, you may refer to those questions)
- Explaining the problem or concept.
- Writing the steps of execution of program at start.
- Writing Time and Space complexity for the given programme.
- For the sake of ease in search of programs, the nomenclature of programs has been done in "1. Programme name.cpp" format, which is absolutely wrong as per the guidelines provided for the nomenclature of a C++ program. So the programs will not run directly. Please reset the name of program correctly in order to run it.
