Giter Site home page Giter Site logo

hacktoberfest-2022's Introduction

HACKTOBERFEST-2022

https://hacktoberfest.com

This repo is meant to contain the algorithms for DSA and CPU scheduling codes in C++ language.

hacktoberfest-2022g

  • These algorithms can be used to organize complicated data and make it easier to use as well as to understand. Furthermore, having an understanding of these algorithms and how they work is fundamental for a strong understanding the concepts of Computer Science

Need for this repository ?

  • This repository is meant to be a one destination for all a programmer to refer to all the DSA and Operating System codes
  • This repository will contain the algorithms in C++ language.
  • Intention is to create a unified all in one place for all the DSA and Operating System codes.

How to contribute ๐Ÿค” ?

  1. Take a look at the existing Issues or create a new issue!
  2. Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
  3. Before commiting make sure you are addding the algorithm in the correct folder. Incase a you are adding the algorithm in a new language make sure to create a new folder having the name of that language.
  4. Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.

โ›” Points to be noted ๐Ÿ“’๐Ÿ–Š :

  • Code must be in C++
  • First valid pull request is accepted

โญ HOW TO MAKE A PULL REQUEST:

1. Start by making a Fork of the repository. Click on the Fork symbol at the top right corner.

2. Clone your new fork of the repository in the terminal/CLI on your computer with the following command:

3. Navigate to the newly created project directory:

4. Sync your fork or your local repository with the origin repository:

  • In your forked repository, click on "Fetch upstream"
  • Click "Fetch and merge"

7. Make your changes to the source code.

8. Stage your changes:

git add .

or

git add "<files_you_have_changed>"

9. Commit your changes:

git commit -m "<your_commit_message>"

10. Push your local commits to the remote repository:

git push origin YourBranchName

11. Create a Pull Request!

12. Congratulations! You've made your first contribution to this repo!! ๐Ÿ™Œ๐Ÿผ

๐Ÿ† After this, the maintainers will review the PR and will merge it if it helps move the Sorting-Searching-Algorithms project forward. Otherwise, it will be given constructive feedback and suggestions for the changes needed to add the PR to the codebase.


hacktoberfest-2022's People

Contributors

hemangcodesai avatar debraj-kundu avatar sayskar500 avatar mayank-2095 avatar tanmaydoesai avatar xenacro avatar pk-2809 avatar ayush91985 avatar pkpk1987 avatar jalaj-chaudhary avatar guptashreyas avatar digambar-t7 avatar aaayushraaj avatar aneeshsharma0671 avatar agyeyamishra avatar abhay1821 avatar ayushraaaj avatar swatisrivastava216 avatar abhay1822 avatar abhiy2k avatar gauravrattan avatar shrey0902 avatar prabhoot avatar agyeyamishra27 avatar shehbazk avatar ravisehrawat avatar prachi996 avatar murthyjaya avatar msk005 avatar kunal-umap 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.