An open API service indexing awesome lists of open source software.

https://github.com/utkarsh1504/dsa-cpp

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 in a language cpp that will help you in solving the questions of the coding rounds.
https://github.com/utkarsh1504/dsa-cpp

cpp dsa

Last synced: about 1 month 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 in a language cpp that will help you in solving the questions of the coding rounds.

Awesome Lists containing this project

README

          

Getting Started with Data Structures and Algorithms



[![Welcome to my profile](https://img.shields.io/badge/Hello,Programmer!-Welcome-blue.svg?style=flat&logo=github)](https://github.com/utkarsh1504)
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/utkarsh1504/DSA-CPP)
![Lines of code](https://img.shields.io/tokei/lines/github/utkarsh1504/DSA-CPP?color=red&label=Lines%20of%20Code)
![License](https://img.shields.io/badge/License-Apache-red.svg)
![Stars](https://img.shields.io/github/stars/utkarsh1504/DSA-CPP?style=flat&logo=github)
![Forks](https://img.shields.io/github/forks/utkarsh1504/DSA-CPP?style=flat&logo=github)


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 C++.

Table of Contents



  1. About

  2. Getting Started

  3. Lesson Requests

  4. Contributing

  5. Pull Requests

  6. Maintainers & Contributers

  7. License

## **About**

We are building a site which will contain all the DS-Algo related things. It will contain just the relevent concept which are needed to get started from stratch to go upto it's 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**

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-CPP
```

3. Navigate to the project directory.

```py
cd DSA-CPP
```

4. Create a new branch.

```yml
git checkout -b
```

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 browser

5. Contribute

6. Stage your changes and commit

```yml
git add -a

git commit -m ""
```

7. Push your local commits to the remote repo.

```yml
git push -u origin
```

8. Create a Pull-Request to `main`.

9. Congratulations! 🎉 you've made your contribution to DSA-CPP. ✌️ ❤️ 💥

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!

Maintainters & Contributors


Thanks to all the contributors ❤️




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.



love
how