Skip to content

surlymrz/hacktoberfest2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2018

Anyone can contribute to this repo to make their contribution to open-source on Github.

Celebrate HacktoberFest by getting involved in the Open Source Community by completing some simple tasks in this project.

This is a Public Repository open to all members of the GitHub Community. Any member of the community may contribute to this project without being a collaborator.

What is Hacktober Fest

Hacktober fest is a month celebration held from Oct 1- Oct 31 By Digital Ocean and Github to get people involved in open-source.

Rules

To get a T-shirt, you must make five pull requests between October 1–31 in any timezone. Pull requests can be to any public repo on GitHub, not just the ones we’ve highlighted. The pull request must contain commits you made yourself.

You can check your progress of HacktoberFest at this link.

List of Programs to work on

  • Hello World
  • Searching Algorithms
  • Linked list
  • Stack
  • Queue
  • Traversal Algorithms
  • Linked list
  • Sorting Algorithms
  • Linked list
  • Queue
  • Random number algorithms
  • Number reversal algorithms
  • Fibonacci Series
  • Is palindrome a Number
  • Is number a perfect square?
  • Is string a pangram
  • Find the factorial number
  • Find list of prime numbers.
  • Create an arrow using CSS
  • Convert roman numeral
  • Telephone number validator

Getting Started

  • Add Your Name to the CONTRIBUTORS.md file using following model
Name: [YOUR NAME](Github Link)
Place: city you belong to
About: Short Intro
Programming Language: Which programming language do you know
Email: 
  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/hacktoberfest2018.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (Choose from any task below)
  • Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!
  • Star this repository if you had fun!

About

A repository for HacktoberFest 2018.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 33.9%
  • Java 24.9%
  • Python 12.3%
  • C 9.2%
  • HTML 8.9%
  • Ruby 2.5%
  • Other 8.3%