Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

A simple code repository for algorithms in various languages.

Notifications You must be signed in to change notification settings

inesbenomar18/Hacktoberfest-2018

 
 

Repository files navigation

Hacktoberfest-2018

A simple code repository for algorithms in various languages. You can use this repo so as to create your first PR for hacktoberfest.

Guidelines

  1. Create a folder for a programming language.
  2. Add algorithms to that folder for that particular programming language.

Getting Started

  • Fork and star this repo (button on top)

  • Clone on your local machine.

  • Create a new folder with the name of the programming language you want to contribute in.

  • Add your algorithm file in that folder.

  • Commit and push

git add .
git commit -m 'Your message'
git push
  • Create a new pull request from your forked repository

  • Your PR gets merged! 🎃

Now you can help others do the same.

About

A simple code repository for algorithms in various languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.2%
  • CMake 14.1%
  • Makefile 8.7%
  • C++ 7.5%
  • Java 4.5%
  • Jupyter Notebook 4.3%
  • Other 8.7%