Skip to content

Learn open source contribution by adding your coding problems solutions here!

License

Notifications You must be signed in to change notification settings

rohitamrutkar1204/dsc-hacktoberfest-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest-2021

Repository created for Hacktoberfest event where beginners can learn to contribute to open-source source.

How to contribute

Check the Contribution guide to find out how to start contributing and other guidelines.

Contribution Guidelines

Note: Start working only after you have been assigned the task. Pull requests made to unassigned tasks will be rejected.

  • If you create a new issue, wait for the maintainers to assign it to you as well.
  • If the directory for your question is not present, create one with the format Find_Middle_of_Linked_List.
    • Note the underscores and title case of the words
  • Add your script file inside the question directory and name it as Firstname_Lastname.extension
    • Extension can be any language like .c, .cpp, .py, etc.
    • Make sure the filename is in the title case
    • Add a comment section at the top including an explanation for your algorithm
    • Also add the time and space complexities at the top
  • Do not create a script with only a Solution class. Add boilerplate code so maintainers can run the code locally.
  • Do not overwrite contributions done by other people.

About

Learn open source contribution by adding your coding problems solutions here!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.9%
  • Python 10.4%
  • JavaScript 8.1%
  • Rust 6.6%