bronystylecrazy / JustAnAlgorithm

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

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 try to write algorithm in your own way


Languages

Language:Java 91.0%Language:C++ 8.3%Language:JavaScript 0.7%