Coder Social home page Coder Social logo

asci-coep / hacktoberfest Goto Github PK

View Code? Open in Web Editor NEW
12.0 4.0 121.0 54.84 MB

COEP's Hacktoberfest Repository

JavaScript 2.17% Ruby 0.24% Python 8.53% C# 0.13% C 9.30% C++ 15.13% Java 5.67% Batchfile 0.42% Kotlin 0.76% Makefile 0.02% Jupyter Notebook 57.63%
hacktoberfest data-structures algorithms competitive-programming beginner-friendly

hacktoberfest's Introduction

COEP's Hacktoberfest Repository

Update [2020]

While our initial aim was to give some Git hands-on practice to undergraduate students with Hacktoberfest incentives, we understand their decision to have only organic open source contributions count towards Hacktoberfest's 4 pull requests requirement. Hence, contributions to this repository won't count starting 2020. We are keeping this repository alive as a record of participation.

Introduction

Hacktoberfest is a month-long celebration to encourage developers to use and contribute to open source projects. Continuing with the tradition, this year hacktoberfest is happening from 1st to 31st October, 2019.

Details

By contributing to open source, in terms of 4 pull requests, you get a limited edition hacktoberfest T-shirt and stickers shipped to your address by Digital Ocean.

How can I participate?

This repository is for you to practice contributing to open source projects and earn a hacktoberfest T-shirt in the process. Write an implementation of your favorite algorithm in the programming language of your choice and submit a pull request to this repository. If you need any ideas, check out the issues page!

Issues page is just for your reference. You are encouraged to submit implementation of your choice of algorithm in any programming language.

Simultaneously, register yourself on the Hacktoberfest Website. Click on the 'Start Hacking' button and fill in the required details. When you complete 4 pull requests, get ready for an awesome hacktoberfest T-shirt for you to show-off!

Steps to follow

  1. Create an empty directory in your local system and cd into it
mkdir open_source
cd open_source
  1. Initialize an empty git repository
git init

This command initializes your directory for git version control

  1. Fork this repository by clicking on the 'Fork' button

  2. Clone the forked repository in the directory you just made

git clone https://github.com/<your-github-username>/hacktoberfest.git
  1. cd into the project repository and adding your implementation of your favorite algorithm in the programming language of your choice.
cd hacktoberfest
cd Sorting
vim/subl/gedit/nano my-awesome-algorithm.c/.cpp/.java/.py
  1. Commit your changes
git add my-awesome-algorithm.c/.cpp/.java/.py
git commit -m "Add an implementation of my awesome algorithm in Python"

Here are some guidelines on how to write a great commit message.

  1. Push your commits
git push

This will prompt you to enter your github credentials for a successful push.

  1. Create your first Pull Request!
Go to 'Pull requests' tab of your forked repository
Click on 'New pull request'
Compare your changes
Create the pull request

Github Tutorials

Although this should get you going, here are some awesome tutorials to help you create your first PR!

Happy Hacking!

hacktoberfest's People

Contributors

anupnair08 avatar bettoarcaya avatar chaudharirohit2810 avatar cheapcoder007 avatar damiansire avatar default2882 avatar dhammer3 avatar fahad-israr avatar guzmanpintos28 avatar harshshinde07 avatar hrishikeshathalye avatar ican8 avatar mateokruk avatar matheuscr30 avatar milos5593 avatar nishant-ingle avatar odetocode14 avatar oliverfb avatar pawangulati avatar prajwaladsul avatar ramanamatya avatar razanjoshi avatar sankoo29 avatar shaunak27 avatar shripadmhetre avatar soer7022 avatar suryaraj1 avatar tomassehabiaga avatar vasusharma7 avatar yashjakhotiya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hacktoberfest's Issues

Implement a program that checks for loops in singly linked lists

Implement a function which when given head pointer to a singly linked, (ideally) null-terminated list checks for the presence of a loop inside the list.

Write a sample use of the checker function in the main function of your program. Also, specify the data structure used for the list.

Implement a program that prints preorder, inorder and postorder traversal of a tree

Implement a function which when given an entry point to a tree, prints its preorder, inorder and postorder traversal.

Write a sample use of the checker function in the main function of your program. Also, specify the data structure used for the tree.

Hint: Use recursion for succinct code. For the really adventurous, try doing the same iteratively (you will need to use a stack).

Pull requests here won’t count toward Hacktoberfest.

Hi there,

Thank you for your interest in Hacktoberfest and in helping others make their first contributions to open source.

While we agree that it's important to help others, this repository does not do this in a way that is in line with the Hacktoberfest values. Please read the part that talks about high-quality contributions to understand why we are reaching out and taking action. Due to this, we've added this repository to the list of excluded repositories which means pull requests here will not count toward Hacktoberfest 2020.

This is not a DigitalOcean decision, it's one that is inspired by the community of maintainers and contributors who all agree that quality is more important than quantity when it comes to engagement in the Open Source community. The values remind us to shift the focus from contributions to repositories that encourage folks to quickly create and gain a pull request to contributions that will help people level-up their skills and contribute to open-source projects that are in need of help.

If you feel that this repository is an effective learning resource, we encourage you to keep running it since a core part of the aim for Hacktoberfest is to encourage new folks to get involved with open-source.

However, if you are interested in having contributions to this repo count toward Hacktoberfest we encourage you to take a look at this list of Hacktoberfest issues for inspiration and make the necessary changes to focus on enabling people to make meaningful contributions to open source projects.

If you have any questions about this or participating in Hacktoberfest, please contact our team via email [email protected] or join our community Discord server.

Happy Hacking,
The Hacktoberfest Team

Hacktoberfest is presented by DigitalOcean, Intel and DEV.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.