Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 940 Bytes

File metadata and controls

23 lines (15 loc) · 940 Bytes

Welcome to Hack-DSA

Hack DSA is an open-source repository that collects problems about the data structures and algorithms.

Solve as many problems as you can and create pull request for every individual problem and 🌟 this repo for future reference.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository.

Create a branch

Then create a branch on your local repository to solve a problem.

Add & commit

Make necessary changes and commit those changes

Push changes to GitHub

Finally push your local repository to remote repository

Compare & Submit a Pull Request

We're happy to merge valid pull requests to this repository!