Skip to content

This repository is a Collection Of Data-structure and Algorithm in C++, Java, JavaScript.

Notifications You must be signed in to change notification settings

kuldeepsingh33/DSA-Hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# DSA-Hack (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. Java

  3. 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++, Java, JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published