Skip to content

adithyaanilkumar/Algorithms

Repository files navigation

project-zeus

A repo for Algorithms.

GitHub top language GitHub issues GitHub pull-requests GitHub contributors Last Commit on GitHub

GitHub forks GitHub stars GitHub watchers

Please 🌟 and fork the repo!

This is a repo for contributing algorithms in different programming languages.

Adding algorithms for specific languages in the specified folder is necessary. Create your own folder if it doesn't exist.

Eg: For adding patterns into C++ folder create a patterns folder in the directory.

Getting started

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/adithyaanilkumar/project-zeus.git

Create a branch

git checkout -b branch-name

Make your changes

  • Add any new useful links to resources with respect to the project

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!

Important links to watch out for

PS: Star this repo while you're at it :) ⭐⭐⭐⭐⭐