Aritra056GITHUB / DSA-Basic

This repository is a Collection Of Data-structure and Algorithm in C, C++, Java, JavaScript. For Completing Hacktoberfest made 4 valid pull request , Feel free to contribution in this repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# DSA-Basic (Hacktoberfest-2022🔥)

image

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

https://hacktoberfest.digitalocean.com/

How to make changes in Repo

Inside The language Folder Give your file name as same Algo name ,Write your code or make changes and Submit Pull request

Language

  1. C

  2. C++

  3. Java

  4. JavaScript

Contributing to Repo

  1. Fork this repository
  Fork this repository and make changes in code as required. You can change it online or by cloning it in your device. Then Pust it on your Forked Repo for further Actions. Do not use special characters in the template above.

2.Clone your forked copy of the project.

 git clone https://github.com/<your username>/DSA-Basic.git
  1. Change the working directory
  cd DSA-Basic

4.Create a new branch.

  git checkout -b <branch-name>

5.Perfom your desired changes to the code base.

 Make changes

6.Track your changes

 git add -A

7.Commit your changes

 git commit -m "commit msg"

8.Push the committed changes in your feature branch to your remote repo.

git push -u origin <branch_Name>

9.To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

"Best of Luck " ✨

Show some ❤ by starring⭐ the repository.

About

This repository is a Collection Of Data-structure and Algorithm in C, C++, Java, JavaScript. For Completing Hacktoberfest made 4 valid pull request , Feel free to contribution in this repository.


Languages

Language:Java 63.2%Language:C++ 26.0%Language:JavaScript 10.7%