Giter Site home page Giter Site logo

pranjali-35 / data-structures-and-algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from the-streamliners/data-structures-and-algorithms

0.0 0.0 0.0 1.71 MB

Hacktoberfest's DSA Challenge, create algorithms, programs in any programming language you love and prefer! Check the ISSUE section for ideas.

License: MIT License

C 14.00% Python 9.90% C++ 57.82% Java 16.81% Swift 1.27% JavaScript 0.20%

data-structures-and-algorithms's Introduction

Hacktoberfest DSA Repository

Introduction

This repository contains all the Implementations of famous and popular algorithm and their implementations fork to make a reference for yourself and contribute to increase the repository's codebase.

This DSA repository can also be used to contribute to Hacktoberfest which is a month-long celebration to encourage developers to use and contribute to open source projects. Continuing with the tradition to encourage first timers to contribute.

How can I Contribute?

This repository is for you to learn to contribute to open source projects. Write an implementation of your favorite algorithm from the issues section in the programming language of your choice and submit a pull request to this repository. For ideas, check out the issues page!

Issues page is for your reference. You are to submit implementation of your choice of algorithm in any programming language if you think it is also important to be there..

Spamming with Illogical PRs about upadting, changing readme will not be considered. Please refer to Contributing.md for more info.

Steps to follow

  1. Create an empty directory in your local system and cd into it
mkdir open_source
cd open_source
  1. Initialize an empty git repository
git init

This command initializes your directory for git version control

  1. Fork this repository by clicking on the 'Fork' button

  2. Clone the forked repository in the directory you just made

git clone https://github.com/<your-github-username>/<repo_name>.git
  1. cd into the project repository and adding your implementation of your favorite algorithm in the programming language of your choice.
cd <repo_name>
cd Sorting
vim/subl/gedit/nano my-awesome-algorithm{.c/.cpp/.java/.py}
  1. Commit your changes
git add my-awesome-algorithm{.c/.cpp/.java/.py}
git commit -m "Add an implementation of my awesome algorithm in {C,C++,Java,Python}"

Here are some guidelines on how to write a great commit message.

  1. Push your commits
git push

This will prompt you to enter your github credentials for a successful push.

  1. Create your first Pull Request!
Go to 'Pull requests' tab of your forked repository
Click on 'New pull request'
Compare your changes
Create the pull request

Github Desktop Tutorial

Github Desktop can be also used if the above method seems complicated. It can be downloaded from here.

WATCH THE TUTORIAL ON HOW TO USE IT!

Github Tutorials

Although this should get you going, here are some awesome tutorials to help you create your first PR!

Happy Hacking!

Maintained by Atul Sharma

data-structures-and-algorithms's People

Contributors

iltwats avatar jitendrap1702 avatar coder481 avatar surajkrmodi avatar kushalsingh-00 avatar kunaalmaan avatar imatulsharma avatar akash2172 avatar swapnil20711 avatar rexagod avatar hey-deepak avatar arxxv avatar aayushmaan-rawat avatar arsh-ak7 avatar javeedyara72 avatar mikeso-gh avatar pratik-123 avatar tehkum avatar harisfi avatar riyamathew-11 avatar soumya007-developer avatar parmar532 avatar flyinspaghetti avatar samridhi-98 avatar ritik307 avatar d2anubis avatar ultimatecoder2 avatar mayur500 avatar bhavyakjain avatar anurag1504t avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.