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.
**DSA Java** is a 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. The project is written primarily in JavaScript, distributed under the Apache License 2.0 license, first published in 2021. Key topics include: algorithms, begginer-friendly, coding-challenge, competitiveprogramming, data-structures.
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:
- Star <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
- Fork <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository.
- Clone the forked repository.
ymlgit clone https://github.com/<your-github-username>/DSA-Java
- Set <a href="https://github.com/utkarsh1504/DSA-Java" title="this">this</a> repository as upstream repository.
ymlgit remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
- Navigate to the project directory.
ymlcd DSA-Java
- Pull upstream commits(changes). Always keep your main branch updated with the project's main/master branch(updated repository).
ymlgit pull upstream main
- Create a new branch.
ymlgit checkout -b <your_branch_name>
Project Setup:
Run the following command to install the required dependencies.
-
npm install --global gatsby-cli- make sure you're on Gatsby v2+- See docs here if you need help
-
npm install- install the required dependencies -
npm run dev- start the development server -
Open http://localhost:8000 in your browser
-
<a href="/CONTRIBUTING.md">Contribute</a>
- Stage your changes.
ymlgit add .
- Commit your changes.
ymlgit commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
ymlgit push -u origin <your_branch_name>
-
Create a <a href="https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request" title="Pull Request">Pull-Request</a> to
main. -
Congratulations! 🎉 you've made your contribution to <a href="https://github.com/utkarsh1504/DSA-Java" title="DSA-Java">DSA-Java</a>. ✌️ ❤️ 💥
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!
<h2 id="license">License</h2>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 ❤️
<a href = "https://github.com/Utkarsh1504/DSA-Java/graphs/contributors"> <img src = "https://contrib.rocks/image?repo=Utkarsh1504/DSA-Java"/> </a> <br> <div align="center"> <img src="https://forthebadge.com/images/badges/built-with-love.svg" alt="love" /> <img src="https://forthebadge.com/images/badges/thats-how-they-get-you.svg" alt="how"> </div>Contributors
Showing top 12 contributors by commit count.
