Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md #748

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 37 additions & 15 deletions .github/readme.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,64 @@

# CPP/C

# Contribute Algorithms & Data Structures (C++)

![Issues](https://img.shields.io/github/issues/akshitagit/CPP)
![Pull Requests](https://img.shields.io/github/issues-pr/akshitagit/CPP)
![Forks](https://img.shields.io/github/forks/akshitagit/CPP)
![Stars](https://img.shields.io/github/stars/akshitagit/CPP)

# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june)

### Open Repository For Students to Contribute Algorithms and Data Structures in different Languages
# Repository Maintainer : ![Akshita Gupta](https://github.com/akshitagupta15june)

## Contribute Algorithms & Data Structures: A Collaborative Repository.

## This repository is a collaborative space for students to contribute implementations of algorithms and data structures in different programming languages and contribute to open source.

Contribute to Open Source Algorithms and Data Structures (C++)!
This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact!

Find a ISSUE you want to contribute to ->> Fork it

Clone it to your local system
How to get involved:

Make a new branch
* Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type.
* Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you.
* Start contributing: Once you've found an issue, follow these steps:
* Fork the repository: Create a copy of the project on your GitHub account.
* Clone it locally: Download the code to your computer.
* Create a new branch: This isolates your changes from the main project.
* Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines).
* Push your changes: Upload your work back to your forked repository.
* Open a pull request: Submit your changes for review and potential merging into the main project.
* Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved.

Make your changes
Remember:
* Be sure to write clear and concise commit messages describing your changes.
* Feel free to ask questions or seek help if you get stuck. We're here to support you!

Push it back to your repo
Existing contributions:
* Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location)

Click the Compare & pull request button
Join the community:
* We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers!

Click Create pull request to open a new pull request
By contributing, you'll:
* Gain valuable experience in open-source development.
* Enhance your C++ skills through practical application.
* Build a portfolio showcasing your coding abilities.
* Be part of a collaborative community with shared goals.
* Ready to contribute? Start your journey today!

If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request.

The implementations/codes which are added/merged in CPP-:
# Your contribution helps make this repository an impactful learning tool for everyone!


# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES


<img src="https://github.com/akshitagit/CPP/blob/master/trend.jpeg" width="230px">




### Contributors :pray: :dizzy:
![105](https://contributors-img.web.app/image?repo=akshitagit/CPP)


Happy coding!
54 changes: 33 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,63 @@
# CPP/C

# Contribute Algorithms & Data Structures (C++)

![Issues](https://img.shields.io/github/issues/akshitagit/CPP)
![Pull Requests](https://img.shields.io/github/issues-pr/akshitagit/CPP)
![Forks](https://img.shields.io/github/forks/akshitagit/CPP)
![Stars](https://img.shields.io/github/stars/akshitagit/CPP)

# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june)

## Open Repository For Students to Contribute Algorithms and Data Structures in different Languages

# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june)

## Contribute Algorithms & Data Structures: A Collaborative Repository.

## This Repository is meant for everyone to create code and learn to contribute to open source.
## This repository is a collaborative space for students to contribute implementations of algorithms and data structures in different programming languages and contribute to open source.

Contribute to Open Source Algorithms and Data Structures (C++)!
This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact!


How to get involved:
Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type.
Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you.
Start contributing: Once you've found an issue, follow these steps:
Fork the repository: Create a copy of the project on your GitHub account.
Clone it locally: Download the code to your computer.
Create a new branch: This isolates your changes from the main project.
Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines).
Push your changes: Upload your work back to your forked repository.
Open a pull request: Submit your changes for review and potential merging into the main project.
Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved.

Use this repo to contribute to open source.
Start resolving issues and raise the pull requests and even you can create your own issues.
If you want to contribute to a project, the simplest way is to:
Remember:
Be sure to write clear and concise commit messages describing your changes.
Feel free to ask questions or seek help if you get stuck. We're here to support you!

Find a ISSUE you want to contribute to ->> Fork it
Existing contributions:
Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location)

Clone it to your local system
Join the community:
We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers!

Make a new branch
By contributing, you'll:
Gain valuable experience in open-source development.
Enhance your C++ skills through practical application.
Build a portfolio showcasing your coding abilities.
Be part of a collaborative community with shared goals.
Ready to contribute? Start your journey today!

Make your changes

Push it back to your repo

Click the Compare & pull request button
# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES

Click Create pull request to open a new pull request

If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request.

The implementations/codes which are added/merged in CPP-:

# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES
<img src="https://github.com/akshitagit/CPP/blob/master/trend.jpeg" width="230px">


<img src="https://github.com/akshitagit/CPP/blob/master/trend.jpeg" width="230px">


### Contributors :pray: :dizzy:
![105](https://contributors-img.web.app/image?repo=akshitagit/CPP)


Happy coding!