A repository containing basic programming questions in C, C++, Python and Go
Not Affiliated with Digital Ocean or Hacktoberfest
- Fork Repo on Web Page
git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
- Code your files in the proper directory based on the instructions above
- add all your files
git add your/directory/path/to/file/
(see new directory structure above) - commit your file changes
git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
- push your changes
git push
- Create a Pull Request to master on Web Page
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make Pull Request to master
- Check the Questions Here
- Upload Solutions to the Correct Folders i.e. all C solutions must me added to C folder only
- If any Question is solved in C then a PR made to the same question in C++ will not be accepted. Vice-versa also applies.
- All the files must be names as "Quesn{Question_Number}.{filetype}". Example: Quesn0.cpp
- Incorrect solutions will not be accepted.
- Kindly send your institute Roll No. while making your PR.
- Mails regarding rejection of PRs will not be entertained.
- CS Club IIITDM has all rights to reject PRs and the decision made by the cores will be final in this regard.
- All PRs will be accepted on a First Come First Serve Basis.
- Please give us 48hrs at max to respond to submitted PRs.