Skip to content

kriti-arora/practice-your-basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice Your Basics

Read the rules!!!, any PR that violates rules will be marked SPAM A repository containing basic programming questions in C, C++, Python and Go

Not Affiliated with Digital Ocean or Hacktoberfest

Hacktoberfest

CONTRIBUTING!

Contributing to this repo

Rules:

  1. Check the Questions Here
  2. Upload Solutions to the Correct Folders i.e. all C solutions must me added to C folder only
  3. 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.
  4. All the files must be names as "quesn{Question_Number}.{filetype}". Example: Quesn0.cpp
  5. Solve only 1 question in 1 PR. PRs with multiple questions will be rejected.
  6. Create at most 4 PRs. Any more after that wont be accepted.
  7. Incorrect solutions will not be accepted.
  8. Kindly send your institute Roll No. while making your PR.
  9. Mails regarding rejection of PRs will not be entertained.
  10. CS Club IIITDM has all rights to reject PRs and the decision made by the cores will be final in this regard.
  11. All PRs will be accepted on a First Come First Serve Basis.
  12. Please give us 48hrs at max to respond to submitted PRs.

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Hacktoberfest-Data-Structure-and-Algorithms
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
  6. push your changes git push
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes on your forked repo
  3. Make Pull Request to master

About

This repo is for Hacktoberfest 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 53.2%
  • Python 23.9%
  • C 22.9%