Awesome
<h1 align="center">Getting Started with Data Structures and Algorithms</h1> <br> <div align="center"> </div> <div align="center"> <img src="./static/r.svg" alt="ds-algo"> </div> <br> <div align="center"> <img src="https://forthebadge.com/images/badges/for-you.svg" /> <img src="https://forthebadge.com/images/badges/uses-html.svg" alt="html"> <img src="https://forthebadge.com/images/badges/made-with-markdown.svg" alt="css"> <img src="https://forthebadge.com/images/badges/made-with-c-plus-plus.svg" alt="C++"> <img src="https://forthebadge.com/images/badges/made-with-javascript.svg" alt="js"> <img src="https://forthebadge.com/images/badges/open-source.svg" alt="os"> <img src="https://forthebadge.com/images/badges/check-it-out.svg" alt="check"> <img src="" alt=""> <img src="https://forthebadge.com/images/badges/built-by-developers.svg" /> </div> <p align="center"> <b>A learning purpose website for everyone to learn Data Structures and Algorithms at one place in a very simple way using the language Java.</b> </p> <h2>Table of Contents</h2> <ol> <li><a href="#about">About</a></li> <li><a href="#getting-started">Getting Started</a></li> <li><a href="#request-docs">Lesson Requests</a></li> <li><a href="#contribute">Contributing</a></li> <li><a href="#prs">Pull Requests</a></li> <li><a href="#license">License</a></li> </ol>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.
git 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.
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
- Navigate to the project directory.
cd DSA-Java
- Pull upstream commits(changes). Always keep your main branch updated with the project's main/master branch(updated repository).
git pull upstream main
- Create a new branch.
git 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.
git add .
- Commit your changes.
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git 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.