boyplus / AlgorithmHacktoberFest

This repository is open for everyone to learn about algorithm and participate in Hacktoberfest 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JustAnAlgorithm

Overview

This repository is open for everyone to learn about algorithm and try to write algorithm in your own way.

Instructions for Join Us

  • Fork this Repository using the button at the top
  • Clone your fork repository to your local pc with git clone <url>
  • Create new branch for your modifications with git branch <branch_name> and git checkout <branch_name>
  • Make modification in your prefer algorithm.
  • Add your file with git add -A and commit with git commit -m "<message>" and push with git push origin <branch_name>
  • Create Pull Request to Submit your code to us

About

This repository is open for everyone to learn about algorithm and participate in Hacktoberfest 2020.


Languages

Language:Java 93.9%Language:C++ 5.4%Language:JavaScript 0.7%