DSA Java Save

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.

Project README

Getting Started with Data Structures and Algorithms


Welcome to my profile Open Source Love Lines of code License Stars Forks

ds-algo

html css C++ js os check

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

  1. About
  2. Getting Started
  3. Lesson Requests
  4. Contributing
  5. Pull Requests
  6. License

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.
git clone https://github.com/<your-github-username>/DSA-Java
  1. Set this repository as upstream repository.
git remote add upstream https://github.com/Utkarsh1504/DSA-Java.git
  1. Navigate to the project directory.
cd DSA-Java
  1. Pull upstream commits(changes). Always keep your main branch updated with the project's main/master branch(updated repository).
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>

Project Setup:

Run the following command to install the required dependencies.

  1. npm install --global gatsby-cli - make sure you're on Gatsby v2+

  2. npm install - install the required dependencies

  3. npm run dev - start the development server

  4. Open http://localhost:8000 in your browser

  5. Contribute


  1. Stage your changes.
git add .
  1. Commit your changes.
git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
  1. Create a Pull-Request to main.

  2. 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 ❤️


love how
Open Source Agenda is not affiliated with "DSA Java" Project. README Source: Utkarsh1504/DSA-Java