Skip to content

GGolfz/JustAnAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Contributors