https://github.com/utkarsh1504/dsa-java
This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
https://github.com/utkarsh1504/dsa-java
algorithms begginer-friendly coding-challenge competitiveprogramming data-structures dsa first-time good-first-issue hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2023 interview-preparation java programming programming-language
Last synced: 25 days ago
JSON representation
This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
- Host: GitHub
- URL: https://github.com/utkarsh1504/dsa-java
- Owner: Utkarsh1504
- License: apache-2.0
- Created: 2021-08-31T08:58:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T16:09:54.000Z (over 1 year ago)
- Last Synced: 2025-03-31T06:02:05.359Z (about 1 month ago)
- Topics: algorithms, begginer-friendly, coding-challenge, competitiveprogramming, data-structures, dsa, first-time, good-first-issue, hacktoberfest, hacktoberfest-accepted, hacktoberfest-starter, hacktoberfest2023, interview-preparation, java, programming, programming-language
- Language: JavaScript
- Homepage: https://utkarsh1504.github.io/DSA-Java/
- Size: 5.9 MB
- Stars: 155
- Watchers: 2
- Forks: 96
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Getting Started with Data Structures and Algorithms
[](https://github.com/utkarsh1504)
[](https://github.com/utkarsh1504/DSA-Java)




![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
A learning purpose website for everyone to learn Data Structures and Algorithms at one place in a very simple way using the language Java.Table of Contents
## **About**
We are building a site which will contain all the DS-Algo related things. It will contain just the relevent concepts which are needed to get started from scratch to go upto its hard parts. It will also contains some assigment question from different-different platforms. It is completely free, open-sourced, everyone can use it to learn, taking notes, doing revision, making tutorial etc. That's all the goal is.
## **Getting Started**
You are just 11 step away from making your contribution to this repo.
For the quick start, you can follow the steps below:1. Star this repository.
2. Fork this repository.
3. Clone the **forked** repository.```yml
git clone https://github.com//DSA-Java
```4. Set this repository as upstream repository.
```yml
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
```5. Navigate to the project directory.
```yml
cd DSA-Java
```6. Pull upstream commits(changes). Always keep your **main** branch updated with the project's **main/master** branch(updated repository).
```yml
git pull upstream main
```7. Create a new branch.
```yml
git checkout -b
```#### **Project Setup:**
Run the following command to install the required dependencies.
1. `npm install --global gatsby-cli` - make sure you're on Gatsby v2+
- See [docs here](https://next.gatsbyjs.org/docs/) if you need help
2. `npm install` - install the required dependencies
3. `npm run dev` - start the development server
4. Open http://localhost:8000 in your browser5. Contribute
8. Stage your changes.
```yml
git add .
```9. Commit your changes.
```yml
git commit -m ""
```10. Push your local commits to the remote repo.
```yml
git push -u origin
```11. Create a Pull-Request to `main`.
12. Congratulations! 🎉 you've made your contribution to DSA-Java. ✌️ ❤️ 💥
Contributing
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. For other contributions, we suggest you to read our contribution guidelines to see how you can contribute to this project. We are happy for every contribution.
Issues & Pull Requests
Before making pull requests please look at our contributing guidelines. You can start working on the issue which are mentioned in issues section. Just drop a comment before working on the issue. Thank you!
License
The **code** is this repo is licensed under the Apache 2.0 license. Feel free to use and share it as per the license.
## Thanks to all the contributors ❤️
![]()
![]()